From 6b9e84f9440313dcd09e408d09d3440f666db8ff Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 22 Feb 2023 16:46:50 +0100 Subject: dashboard: hide empty subsystems from list Add a link to show everything. --- dashboard/app/subsystems.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dashboard/app/subsystems.html') diff --git a/dashboard/app/subsystems.html b/dashboard/app/subsystems.html index 9314ac557..b6f9bbd71 100644 --- a/dashboard/app/subsystems.html +++ b/dashboard/app/subsystems.html @@ -13,8 +13,11 @@ The list of polled trees. {{template "header" .Header}} -

The list of subsystems


- (*) Note that the numbers below do not represent the latest data. They are updated once an hour.
+

The list of subsystems


+ (*) Note that the numbers below do not represent the latest data. They are updated once an hour.
+ {{if .NonEmpty}} + Empty subsystems have been hidden from the list. {{link .EmptyURL "Show all"}}.
+ {{end}} -- cgit mrf-deployment
Subsystems list