Add low voltage alert color

This commit is contained in:
Adam Goldsmith 2018-07-13 15:27:59 -04:00
parent 223170c5f1
commit 1f721d28d7
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -14,6 +14,10 @@
table.stations tr.timedOut {
background-color: red;
}
table.stations tr.lowVoltage {
background-color: yellow;
}
</style>
</head>
<body>