1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added thermal sensor support in web app.

This commit is contained in:
Ylian Saint-Hilaire 2021-01-28 01:02:29 -08:00
parent 5d3e48df69
commit 7279b26d67
3 changed files with 35 additions and 4 deletions

View file

@ -3094,3 +3094,15 @@ a {
#p19headers > span.on {
font-weight: bold;
}
.thermalSensor {
float: left;
padding: 5px;
background-color: gold;
margin-right: 6px;
border-radius: 4px;
}
.night .thermalSensor {
color: #000;
}