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

@@ -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')
];

View File

@@ -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