mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 15:01:46 +01:00
cleanup routes, cleanup root components
This commit is contained in:
@@ -5,7 +5,7 @@ import DashPublic from './DashPublic.root.svelte'
|
||||
mount(DashPublic, {
|
||||
target: document.getElementById('svelte-app'),
|
||||
props: {
|
||||
presetCluster: infos.cluster,
|
||||
presetCluster: presetCluster,
|
||||
},
|
||||
context: new Map([
|
||||
['cc-config', clusterCockpitConfig]
|
||||
|
||||
Reference in New Issue
Block a user