mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added thermal sensor support in web app.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user