Add low voltage alert color
This commit is contained in:
parent
223170c5f1
commit
1f721d28d7
@ -20,7 +20,11 @@ const trackedStations = {
|
||||
"KC1GDW-13": "Coordinator",
|
||||
"WB1BRE-12": "EMS",
|
||||
"KC1GDW-11": "Bike Tech",
|
||||
"KC1GDW-14": "Something (panel van thing)"
|
||||
"KC1GDW-14": "Something (panel van thing)",
|
||||
|
||||
// People trackers
|
||||
"W1HS-??": "",
|
||||
"W1HS-??": ""
|
||||
};
|
||||
|
||||
const timeoutLength = 20 * 60 * 1000; // 20 Minutes
|
||||
|
@ -14,6 +14,10 @@
|
||||
table.stations tr.timedOut {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
table.stations tr.lowVoltage {
|
||||
background-color: yellow;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user