fix colors
This commit is contained in:
@@ -43,8 +43,8 @@
|
|||||||
}
|
}
|
||||||
function uptimeBand(p) {
|
function uptimeBand(p) {
|
||||||
if (p == null) return 'empty';
|
if (p == null) return 'empty';
|
||||||
if (p >= 99.9) return 'good';
|
if (p >= 97) return 'good';
|
||||||
if (p >= 99.0) return 'warn';
|
if (p >= 87) return 'warn';
|
||||||
return 'bad';
|
return 'bad';
|
||||||
}
|
}
|
||||||
function fmtUptime(p) {
|
function fmtUptime(p) {
|
||||||
|
|||||||
Reference in New Issue
Block a user