Die HTML-Dateien für die Anzeige und Bearbeitung der Daten sind vorhanden.

This commit is contained in:
2021-04-08 18:12:05 +02:00
parent e3ef53b119
commit c8d9bc040e
4 changed files with 44 additions and 21 deletions
+2 -2
View File
@@ -75,7 +75,7 @@
};
let r = {
"workingDay": "2020-01-15",
"workingTime": "99:00:00"
"workingTime": "09:00:00"
};
let records = {
"title" : "Einträge",
@@ -83,7 +83,7 @@
};
const router = Navaid('/')
.on('/', () => run(import('../routes/Home.svelte')))
.on('/', () => run(import('../routes/Home.svelte'), weekly))
.on('/views/weekly', () => run(import('../routes/Views.svelte'), weekly))
.on('/views/monthly', () => run(import('../routes/Views.svelte'), monthly))
.on('/views/yearly', () => run(import('../routes/Views.svelte'), yearly))