VRFS-593 change text and styling for unreachable latency indicator
This commit is contained in:
parent
b7d155ce7a
commit
c3799e9760
|
|
@ -9,7 +9,7 @@
|
|||
GOOD : {description: "GOOD", style: "latency-green", min: 0.0, max: 20.0},
|
||||
MEDIUM : {description: "MEDIUM", style: "latency-yellow", min: 20.0, max: 40.0},
|
||||
POOR : {description: "POOR", style: "latency-red", min: 40.0, max: 10000000000.0},
|
||||
UNREACHABLE: {description: "UNKNOWN", style: "latency-red", min: -1, max: -1}
|
||||
UNREACHABLE: {description: "UNREACHABLE", style: "latency-grey", min: -1, max: -1}
|
||||
};
|
||||
|
||||
var AUDIENCE = {
|
||||
|
|
|
|||
|
|
@ -46,6 +46,16 @@ table.findsession-table {
|
|||
color:#227985;
|
||||
}
|
||||
|
||||
.latency-grey {
|
||||
width: 75px;
|
||||
height: 10px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-weight:200;
|
||||
font-size:9px;
|
||||
text-align:center;
|
||||
background-color:#868686;
|
||||
}
|
||||
|
||||
.latency-green {
|
||||
width: 50px;
|
||||
height: 10px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue