Loading client/src/components/Tool/ToolCard.vue +4 −4 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ const props = defineProps({ type: Boolean, default: false, }, editorView: { allowEditingCredentials: { type: Boolean, default: false, }, Loading Loading @@ -207,15 +207,15 @@ onBeforeMount(() => { <slot name="buttons" /> </template> <template v-slot> <template v-if="props.options.credentials?.length" v-slot> <ToolCredentials v-if="props.options.credentials?.length && !props.editorView" v-if="!props.allowEditingCredentials" class="mt-2" :tool-id="props.id" :tool-version="props.version" :job-credentials-context="props.options.job_credentials_context" /> <BAlert v-else-if="props.options.credentials?.length && props.editorView" v-else-if="props.allowEditingCredentials" v-b-tooltip.hover variant="info" class="mt-2" Loading client/src/components/Workflow/Editor/Forms/FormTool.vue +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ :options="configForm" :message-text="messageText" :message-variant="messageVariant" editor-view allow-editing-credentials @onChangeVersion="onChangeVersion" @onUpdateFavorites="onUpdateFavorites"> <FormElement Loading Loading
client/src/components/Tool/ToolCard.vue +4 −4 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ const props = defineProps({ type: Boolean, default: false, }, editorView: { allowEditingCredentials: { type: Boolean, default: false, }, Loading Loading @@ -207,15 +207,15 @@ onBeforeMount(() => { <slot name="buttons" /> </template> <template v-slot> <template v-if="props.options.credentials?.length" v-slot> <ToolCredentials v-if="props.options.credentials?.length && !props.editorView" v-if="!props.allowEditingCredentials" class="mt-2" :tool-id="props.id" :tool-version="props.version" :job-credentials-context="props.options.job_credentials_context" /> <BAlert v-else-if="props.options.credentials?.length && props.editorView" v-else-if="props.allowEditingCredentials" v-b-tooltip.hover variant="info" class="mt-2" Loading
client/src/components/Workflow/Editor/Forms/FormTool.vue +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ :options="configForm" :message-text="messageText" :message-variant="messageVariant" editor-view allow-editing-credentials @onChangeVersion="onChangeVersion" @onUpdateFavorites="onUpdateFavorites"> <FormElement Loading