cc-backend/web/frontend/src/systems.entrypoint.js
2024-10-11 12:30:55 +02:00

16 lines
364 B
JavaScript

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