mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
15 lines
324 B
JavaScript
15 lines
324 B
JavaScript
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]
|
|
])
|
|
})
|