aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-28 05:42:03 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-28 05:42:07 +0200
commita4c6c28e976793b3c6bdbcd1015a24b7984e06ed (patch)
tree28fed28d90b4625080a1b0b4065cb756182cb8c4
parentupdate example screenshot (diff)
downloadlinux-status-a4c6c28e976793b3c6bdbcd1015a24b7984e06ed.tar.gz
linux-status-a4c6c28e976793b3c6bdbcd1015a24b7984e06ed.zip
html: prevent power buttons from jumpingv2.4.2
In case no thermal data is available.
Diffstat (limited to '')
-rw-r--r--html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index b4baec0..4ac4bef 100644
--- a/html/index.html
+++ b/html/index.html
@@ -20,7 +20,7 @@
<button type="button" class="btn btn-sm btn-warning" onclick="reboot();">Reboot</button>
<button type="button" class="btn btn-sm btn-danger" onclick="poweroff();">Shutdown</button>
</div>
- <div title="Thermal sensor readings from /sys/class/thermal. Only the first few are shown." class="small mt-1" id="thermal">-</div>
+ <div title="Thermal sensor readings from /sys/class/thermal. Only the first few are shown." class="small mt-1" id="thermal"></div>
</div>
</div>
</div>