mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-31 10:56:15 +01:00
link to public dashboard in admin options, add return button do public dashboard
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
Table,
|
||||
Progress,
|
||||
Icon,
|
||||
Button
|
||||
} from "@sveltestrap/sveltestrap";
|
||||
import Roofline from "./generic/plots/Roofline.svelte";
|
||||
import Pie, { colors } from "./generic/plots/Pie.svelte";
|
||||
@@ -353,6 +354,11 @@
|
||||
}}
|
||||
/>
|
||||
</Col>
|
||||
<Col class="d-flex justify-content-end">
|
||||
<Button outline class="mb-1" size="sm" color="light" href="/">
|
||||
<Icon name="x"/>
|
||||
</Button>
|
||||
</Col>
|
||||
</Row>
|
||||
{#if $statusQuery.fetching || $statesTimed.fetching}
|
||||
<Row class="justify-content-center">
|
||||
|
||||
Reference in New Issue
Block a user