mirror of
https://github.com/unraid/webgui.git
synced 2026-01-28 20:49:04 -06:00
Remove title from UPS summary
This commit is contained in:
@@ -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"> </td></tr></tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user