mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Completely replace outdated template config rendering
- Deleted respective old files - Renamed new components
This commit is contained in:
@@ -66,5 +66,5 @@ export default [
|
||||
entrypoint('node', 'src/node.entrypoint.js'),
|
||||
entrypoint('analysis', 'src/analysis.entrypoint.js'),
|
||||
entrypoint('status', 'src/status.entrypoint.js'),
|
||||
entrypoint('configsvelte', 'src/configsvelte.entrypoint.js')
|
||||
entrypoint('config', 'src/config.entrypoint.js')
|
||||
];
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import {} from './header.entrypoint.js'
|
||||
import Configsvelte from './Configsvelte.root.svelte'
|
||||
import Config from './Config.root.svelte'
|
||||
|
||||
new Configsvelte({
|
||||
new Config({
|
||||
target: document.getElementById('svelte-app'),
|
||||
props: {
|
||||
user: user
|
Reference in New Issue
Block a user