diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-22 16:46:50 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-22 17:52:26 +0100 |
| commit | 6b9e84f9440313dcd09e408d09d3440f666db8ff (patch) | |
| tree | dc2e303dd94c107149188744e1cc6afe563ce908 /dashboard/app/subsystems.html | |
| parent | 9f1e2cb341151afb58bc3b8551b89b52f921b61c (diff) | |
dashboard: hide empty subsystems from list
Add a link to show everything.
Diffstat (limited to 'dashboard/app/subsystems.html')
| -rw-r--r-- | dashboard/app/subsystems.html | 7 |
1 files changed, 5 insertions, 2 deletions
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. </head> <body> {{template "header" .Header}} - <h2>The list of subsystems</h2><br> - <i>(*) Note that the numbers below do not represent the latest data. They are updated once an hour.</i><br> + <h2>The list of subsystems</h2><br> + <i>(*) Note that the numbers below do not represent the latest data. They are updated once an hour.</i><br> + {{if .NonEmpty}} + Empty subsystems have been hidden from the list. {{link .EmptyURL "Show all"}}. <br /> + {{end}} <table class="list_table"> <caption>Subsystems list</caption> <tr> |
