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

13 lines
279 B
JavaScript
Raw Normal View History

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