diff --git a/client/src/components/History/CurrentHistory/HistoryNavigation.vue b/client/src/components/History/CurrentHistory/HistoryNavigation.vue index 2db131d6ac52..79e730bd4faa 100644 --- a/client/src/components/History/CurrentHistory/HistoryNavigation.vue +++ b/client/src/components/History/CurrentHistory/HistoryNavigation.vue @@ -7,11 +7,11 @@ import { faExchangeAlt, faFileArchive, faFileExport, + faList, faLock, faPlay, faPlus, faShareAlt, - faSitemap, faStream, faTrash, faUserLock, @@ -50,7 +50,7 @@ library.add( faPlay, faPlus, faShareAlt, - faSitemap, + faList, faStream, faTrash, faUserLock @@ -204,7 +204,7 @@ function userTitle(title: string) { :disabled="isAnonymous" :title="userTitle('Display Workflow Invocations')" @click="$router.push(`/histories/${history.id}/invocations`)"> - + Show Invocations diff --git a/client/src/components/Workflow/WorkflowInvocationsCount.vue b/client/src/components/Workflow/WorkflowInvocationsCount.vue index 9c3eecab16c6..321e2568a4c8 100644 --- a/client/src/components/Workflow/WorkflowInvocationsCount.vue +++ b/client/src/components/Workflow/WorkflowInvocationsCount.vue @@ -1,13 +1,13 @@