diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-28 03:48:21 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-28 03:48:21 +0000 |
commit | f2d2afdbd5c0ebe90524e482f4c656fa4c3d6aef (patch) | |
tree | 39970dd28ebce08e4ffb494910de2604b27cb532 /html/index.html | |
parent | debian: 2.4.1-1 (diff) | |
parent | html: prevent power buttons from jumping (diff) | |
download | linux-status-f2d2afdbd5c0ebe90524e482f4c656fa4c3d6aef.tar.gz linux-status-f2d2afdbd5c0ebe90524e482f4c656fa4c3d6aef.zip |
Merge tag 'v2.4.2' into debian
Diffstat (limited to 'html/index.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> |