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

15 lines
324 B
JavaScript
Raw Normal View History

2022-06-22 11:20:57 +02:00
import {} from './header.entrypoint.js'
import Analysis from './Analysis.root.svelte'
filterPresets.cluster = cluster
new Analysis({
target: document.getElementById('svelte-app'),
props: {
filterPresets: filterPresets
},
context: new Map([
['cc-config', clusterCockpitConfig]
])
})