File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
client/src/components/Workflow Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -140,10 +140,8 @@ async function rerunWorkflow() {
140140 <div v-if =" workflow" class =" bg-secondary px-2 py-1 rounded d-flex flex-gapx-1 justify-content-between" >
141141 <div class =" py-1 d-flex flex-wrap align-items-center flex-gapx-1" data-description =" workflow heading" >
142142 <FontAwesomeIcon :icon =" faSitemap" fixed-width />
143- <b >
144- {{ props.invocation ? "Invoked " : "" }}Workflow: {{ getWorkflowName() }}
145- </b >
146- <span >({{ localize("Version") }}: {{ workflow.version + 1 }})</span >
143+ <b > {{ props.invocation ? "Invoked " : "" }}Workflow: {{ getWorkflowName() }} </b >
144+ <span >(Version: {{ workflow.version + 1 }})</span >
147145 </div >
148146 <div class =" d-flex flex-gapx-1 align-self-baseline" >
149147 <GButtonGroup data-button-group >
You can’t perform that action at this time.
0 commit comments