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:
parent
5d3e48df69
commit
7279b26d67
3 changed files with 35 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue