diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-28 05:42:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-28 05:42:07 +0200 |
commit | a4c6c28e976793b3c6bdbcd1015a24b7984e06ed (patch) | |
tree | 28fed28d90b4625080a1b0b4065cb756182cb8c4 /html | |
parent | update example screenshot (diff) | |
download | linux-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 'html')
-rw-r--r-- | html/index.html | 2 |
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> |