diff --git a/web/frontend/src/Config.root.svelte b/web/frontend/src/Config.root.svelte
index e8a2045..171b2a0 100644
--- a/web/frontend/src/Config.root.svelte
+++ b/web/frontend/src/Config.root.svelte
@@ -6,7 +6,8 @@
- `isSupport Bool!`: Is currently logged in user support authority
- `isApi Bool!`: Is currently logged in user api authority
- `username String!`: Empty string if auth. is disabled, otherwise the username as string
- - `ncontent String!`: The currently displayed message on the homescreen
+ - `ncontent String!`: The currently displayed message on the homescreen
+ - `clusters [String]`: The available clusternames
-->
@@ -30,7 +32,7 @@
Admin Options
-
+
{/if}
diff --git a/web/frontend/src/DashPublic.root.svelte b/web/frontend/src/DashPublic.root.svelte
index dac3f9a..36e6703 100644
--- a/web/frontend/src/DashPublic.root.svelte
+++ b/web/frontend/src/DashPublic.root.svelte
@@ -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 @@
}}
/>
+