cc-backend/web/frontend/src/status.entrypoint.js

13 lines
280 B
JavaScript
Raw Normal View History

2022-06-22 11:20:57 +02:00
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]
])
})