fix status page

This commit is contained in:
Henry Hiles 2026-02-07 17:35:43 -05:00
commit ecc5da753e
No known key found for this signature in database

View file

@ -2,6 +2,10 @@
pkgs.writers.writeJSON "status.json" { pkgs.writers.writeJSON "status.json" {
title = "Service Status"; title = "Service Status";
refresh = "10s"; refresh = "10s";
time = rec {
from = "now";
to = from;
};
panels = panels =
let let
status = null; status = null;