aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-28 03:48:21 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-28 03:48:21 +0000
commitf2d2afdbd5c0ebe90524e482f4c656fa4c3d6aef (patch)
tree39970dd28ebce08e4ffb494910de2604b27cb532
parentdebian: 2.4.1-1 (diff)
parenthtml: prevent power buttons from jumping (diff)
downloadlinux-status-f2d2afdbd5c0ebe90524e482f4c656fa4c3d6aef.tar.gz
linux-status-f2d2afdbd5c0ebe90524e482f4c656fa4c3d6aef.zip
Merge tag 'v2.4.2' into debian
-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>