Skip to content

Commit 06b1d6b

Browse files
committed
fix format
1 parent 4a4e01c commit 06b1d6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

client/src/components/Workflow/WorkflowNavigationTitle.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)