dashboard scrolls properly now
This commit is contained in:
parent
ae2ca8f149
commit
e49e753023
5 changed files with 19 additions and 13 deletions
|
|
@ -40,7 +40,7 @@ function countQueueStatuses(statuses: string[]): QueueHealth {
|
|||
export async function fetchDashboardSnapshot(): Promise<DashboardSnapshot> {
|
||||
const [publications, runs, queueItems] = await Promise.all([
|
||||
listPublications({ mode: "new", limit: 20 }),
|
||||
listRuns({ limit: 5 }),
|
||||
listRuns({ limit: 20 }),
|
||||
listQueueItems(200),
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue