Remove title from UPS summary

This commit is contained in:
bergware
2019-01-11 16:25:10 +01:00
parent 8ecf742b71
commit 9573dc50d9

View File

@@ -1,5 +1,4 @@
Menu="Dashboard:2"
Title="UPS Summary"
Menu="Dashboard:1"
Tag="icon-ups"
Cond="file_exists('/var/run/apcupsd.pid')"
---
@@ -29,7 +28,7 @@ function getUPSstatus() {
}
$(getUPSstatus);
</script>
<table class="tablesorter shift ups">
<table class="tablesorter ups">
<thead><tr><th>UPS Status</th><th>Battery Charge</th><th>Runtime Left</th><th>Nominal Power</th><th>UPS Load</th><th>UPS Load %</th></tr></thead>
<tbody id="ups_summary"><tr><td colspan="6">&nbsp;</td></tr></tbody>
</table>