diff --git a/frontend/src/routes/dashboards/+page.svelte b/frontend/src/routes/dashboards/+page.svelte index c3e67cea..19b670ba 100644 --- a/frontend/src/routes/dashboards/+page.svelte +++ b/frontend/src/routes/dashboards/+page.svelte @@ -25,7 +25,7 @@ import DashboardMaintenanceBadge from "$lib/components/DashboardMaintenanceBadge.svelte"; import { environmentContextStore, initializeEnvironmentContext, setSelectedEnvironment } from "$lib/stores/environmentContext.svelte.js"; - import { Button } from "$lib/ui"; + import { Button, Skeleton } from "$lib/ui"; import ColumnFilterPopover from "./ColumnFilterPopover.svelte"; import { formatDate, getPaginationRange, getSortIndicator } from "./dashboard-helpers.js"; import { DashboardHubModel } from "$lib/models/DashboardHubModel.svelte.ts"; @@ -158,28 +158,28 @@ class="grid gap-4 px-6 py-3 bg-surface-muted border-b border-border font-semibold text-[11px] uppercase tracking-wide text-text-muted" style="width: max(100%, 1460px); grid-template-columns: 40px minmax(250px,2.3fr) minmax(118px,0.9fr) minmax(70px,0.5fr) minmax(110px,0.7fr) minmax(280px,2fr) minmax(150px,1fr) 124px;" > -
- - - - - - - +