webui: Update

This commit is contained in:
Thomas Klaehn
2023-02-09 09:47:49 +01:00
parent 8c110e845b
commit b5fad5d100
28 changed files with 4288 additions and 828 deletions

View File

@@ -1,6 +1,6 @@
<script>
import { bind, onMount } from "svelte/internal";
import icon from "../../../static/hahn.svg"
import icon from "$lib/images/hahn.svg"
// base api url
let backend_url = "http://localhost:5000/gates";