File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const meta = computed(() => store.metaForId(props.id));
9494 </span >
9595 <FontAwesomeIcon :icon =" icon" />
9696 </div >
97- <TextShort v-if =" title" :text =" localize( title) " class =" nav-title" />
97+ <TextShort v-if =" title" :text =" title" class =" nav-title" />
9898 </b-nav-item >
9999 </template >
100100 <div class =" text-center px-2 py-1" >
Original file line number Diff line number Diff line change 66 :class =" { 'bordered-input': syncWithGraph && activeNodeId === index }" >
77 <div v-if =" input.type == 'conditional'" class =" ui-portlet-section mt-3" >
88 <div class =" portlet-header" >
9- <b >{{ localize( input.test_param.label || input.test_param.name) }}</b >
9+ <b v-localize >{{ input.test_param.label || input.test_param.name }}</b >
1010 </div >
1111 <div class =" portlet-content" >
1212 <FormElement
Original file line number Diff line number Diff line change 2020 </b-button >
2121 <ButtonSpinner
2222 id =" run-workflow"
23- title =" localize('Run Workflow')"
23+ : title =" localize('Run Workflow')"
2424 :tooltip =" runButtonTooltip"
2525 :disabled =" !canRunOnHistory || hasCredentialErrors"
2626 :wait =" showExecuting"
You can’t perform that action at this time.
0 commit comments