cc-backend/web/frontend/src/status.entrypoint.js
2022-06-22 11:20:57 +02:00

13 lines
280 B
JavaScript

import {} from './header.entrypoint.js'
import Status from './Status.root.svelte'
new Status({
target: document.getElementById('svelte-app'),
props: {
cluster: infos.cluster,
},
context: new Map([
['cc-config', clusterCockpitConfig]
])
})