Skip to content

Commit

Permalink
show invocation count in invocation state view as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Apr 25, 2024
1 parent 46a6807 commit 8991ffc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import Heading from "../Common/Heading.vue";
import SwitchToHistoryLink from "../History/SwitchToHistoryLink.vue";
import UtcDate from "../UtcDate.vue";
import InvocationReport from "../Workflow/InvocationReport.vue";
import WorkflowInvocationsCount from "../Workflow/WorkflowInvocationsCount.vue";
import WorkflowInvocationExportOptions from "./WorkflowInvocationExportOptions.vue";
import WorkflowInvocationInputOutputTabs from "./WorkflowInvocationInputOutputTabs.vue";
import WorkflowInvocationOverview from "./WorkflowInvocationOverview.vue";
Expand Down Expand Up @@ -182,6 +183,7 @@ function getWorkflowName() {
<FontAwesomeIcon :icon="faSitemap" />
Workflow Version: {{ workflowVersion + 1 }}
</span>
<WorkflowInvocationsCount :workflow="getWorkflow()" />
<BButtonGroup>
<BButton
v-b-tooltip.hover.html
Expand Down

0 comments on commit 8991ffc

Please sign in to comment.