Skip to content

Commit

Permalink
only show SwitchToHistoryLink in invocation view
Browse files Browse the repository at this point in the history
This reverts the change in commit 632955a
We realized (in #19157) we didn't really need this in the run form version of `WorkflowAnnotation` because there this acts as an indicator of whatever the "input" history is; which is just your current history and users can see that anyways.
  • Loading branch information
ahmedhamidawan committed Nov 20, 2024
1 parent 35bb5ff commit 6dd5f7c
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 @@ -69,8 +69,8 @@ const workflowTags = computed(() => {
</span>
<UtcDate :date="timeElapsed" mode="elapsed" data-description="workflow annotation date" />
</i>
<span class="d-flex flex-gapx-1 align-items-center">
<FontAwesomeIcon :icon="faHdd" />Input History:
<span v-if="invocationUpdateTime" class="d-flex flex-gapx-1 align-items-center">
<FontAwesomeIcon :icon="faHdd" />History:
<SwitchToHistoryLink :history-id="props.historyId" />
<BBadge
v-if="props.newHistoryTarget && useHistoryStore().currentHistoryId !== props.historyId"
Expand Down

0 comments on commit 6dd5f7c

Please sign in to comment.