+
diff --git a/frontend/src/features/dashboard/index.ts b/frontend/src/features/dashboard/index.ts
index dfba916..94d546a 100644
--- a/frontend/src/features/dashboard/index.ts
+++ b/frontend/src/features/dashboard/index.ts
@@ -40,7 +40,7 @@ function countQueueStatuses(statuses: string[]): QueueHealth {
export async function fetchDashboardSnapshot(): Promise
{
const [publications, runs, queueItems] = await Promise.all([
listPublications({ mode: "new", limit: 20 }),
- listRuns({ limit: 5 }),
+ listRuns({ limit: 20 }),
listQueueItems(200),
]);
diff --git a/frontend/src/pages/DashboardPage.vue b/frontend/src/pages/DashboardPage.vue
index 3762fea..cd66c32 100644
--- a/frontend/src/pages/DashboardPage.vue
+++ b/frontend/src/pages/DashboardPage.vue
@@ -87,7 +87,7 @@ onMounted(() => {
subtitle="Track recent publication updates and monitor background profile checks."
fill
>
-
+
{
@dismiss-success="successMessage = null"
/>
-
+
-
+
@@ -120,7 +120,7 @@ onMounted(() => {
body="When a completed update check discovers changes, they will appear here."
/>
-
+
-
+
Overview
@@ -237,14 +237,14 @@ onMounted(() => {
body="Start an update check to begin monitoring activity."
/>
-