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