1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-04-14 07:55:55 +02:00
2023-03-06 11:44:38 +01:00

15 lines
331 B
JavaScript

import {} from './header.entrypoint.js'
import Jobs from './Jobs.root.svelte'
new Jobs({
target: document.getElementById('svelte-app'),
props: {
filterPresets: filterPresets,
authlevel: authlevel,
roles: roles
},
context: new Map([
['cc-config', clusterCockpitConfig]
])
})