From 1897cd0b1b1cffd88bc274a5be4b5d78b2bf6f17 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 1 Mar 2026 11:47:39 +0100 Subject: [PATCH] Make system status widget a bit more snappy Fetch the initial data when the widget loads, and then update every five sec after that. Also better indication of uninitialized values. Project......: Performance Profiling Sponsored-by.: NLnet NGI0 Commons Fund --- view/tpl/system_status_widget.tpl | 73 +++++++++++++++++-------------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/view/tpl/system_status_widget.tpl b/view/tpl/system_status_widget.tpl index 4381b9f08..c618e56ac 100644 --- a/view/tpl/system_status_widget.tpl +++ b/view/tpl/system_status_widget.tpl @@ -8,7 +8,7 @@ {{if $id != 'ts'}} {{$labels.$id|escape}}: - {{$item|escape}} + … {{/if}} {{/foreach}} @@ -16,40 +16,49 @@