Completely replace outdated template config rendering

- Deleted respective old files
- Renamed new components
This commit is contained in:
Christoph Kluge
2022-09-09 15:27:00 +02:00
parent d351a043c2
commit 802c10588f
6 changed files with 14 additions and 310 deletions

View File

@@ -0,0 +1,12 @@
import {} from './header.entrypoint.js'
import Config from './Config.root.svelte'
new Config({
target: document.getElementById('svelte-app'),
props: {
user: user
},
context: new Map([
['cc-config', clusterCockpitConfig]
])
})