Skip to content

Commit

Permalink
in fact do show the history in run form view; just say "Input History"
Browse files Browse the repository at this point in the history
We removed the switch/view history button from the workflow run form version of the header, but it actually makes sense to keep it there since it lets the user know which history is going to be the input for the workflow (it changes as you change the history).

In the invocation version of course it always made sense because then it is scoped to the history that was used as input for that invocation.
  • Loading branch information
ahmedhamidawan committed Nov 8, 2024
1 parent 46a89a2 commit 8dceade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Workflow/WorkflowAnnotation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const workflowTags = computed(() => {
<FontAwesomeIcon :icon="faClock" class="mr-1" />edited
<UtcDate :date="workflow.update_time" mode="elapsed" />
</i>
<span v-if="invocationUpdateTime" class="d-flex flex-gapx-1 align-items-center">
<FontAwesomeIcon :icon="faHdd" />History:
<span class="d-flex flex-gapx-1 align-items-center">
<FontAwesomeIcon :icon="faHdd" />Input History:
<SwitchToHistoryLink :history-id="props.historyId" />
</span>
</div>
Expand Down

0 comments on commit 8dceade

Please sign in to comment.