diff --git a/src/components/TopMenuSection.test.ts b/src/components/TopMenuSection.test.ts index 8d4f3673d..f40bef39b 100644 --- a/src/components/TopMenuSection.test.ts +++ b/src/components/TopMenuSection.test.ts @@ -60,6 +60,7 @@ function createWrapper(pinia = createTestingPinia({ createSpy: vi.fn })) { stubs: { SubgraphBreadcrumb: true, QueueProgressOverlay: true, + QueueInlineProgressSummary: true, CurrentUserButton: true, LoginButton: true, ContextMenu: { diff --git a/src/components/TopMenuSection.vue b/src/components/TopMenuSection.vue index de91e6da5..fe8bc9401 100644 --- a/src/components/TopMenuSection.vue +++ b/src/components/TopMenuSection.vue @@ -1,101 +1,121 @@ diff --git a/src/components/queue/QueueInlineProgressSummary.vue b/src/components/queue/QueueInlineProgressSummary.vue new file mode 100644 index 000000000..1d19dc8d0 --- /dev/null +++ b/src/components/queue/QueueInlineProgressSummary.vue @@ -0,0 +1,72 @@ + + + diff --git a/src/locales/en/main.json b/src/locales/en/main.json index bc582140a..41df39926 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -742,6 +742,7 @@ "title": "Queue Progress", "total": "Total: {percent}", "colonPercent": ": {percent}", + "inlineTotalLabel": "Total", "currentNode": "Current node:", "viewAllJobs": "View all jobs", "viewList": "List view",