fix status page
This commit is contained in:
parent
1ca796a3c7
commit
ecc5da753e
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
pkgs.writers.writeJSON "status.json" {
|
||||
title = "Service Status";
|
||||
refresh = "10s";
|
||||
time = rec {
|
||||
from = "now";
|
||||
to = from;
|
||||
};
|
||||
panels =
|
||||
let
|
||||
status = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue