Verified Commit 1cc7fb15 authored by Jakob Moser's avatar Jakob Moser
Browse files

Reload every minute

parent 06e08cd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ import StatusSection from "./StatusSection.mjs"
export default {
    oninit() {
        services.load()
        setInterval(_ => services.load(), 60_000)
    },
    view() {
        return [