mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix the gateway status widget ajax update when there is loss/day.
This commit is contained in:
parent
3c3ba8f006
commit
effd2ecda6
@ -49,11 +49,11 @@ function get_gatewaystats() {
|
||||
$bgcolor = "lightcoral";
|
||||
break;
|
||||
case "delay":
|
||||
$online = "Warning, Latency";
|
||||
$online = "Warning: Latency";
|
||||
$bgcolor = "khaki";
|
||||
break;
|
||||
case "loss":
|
||||
$online = "Warning, Packetloss";
|
||||
$online = "Warning: Packetloss";
|
||||
$bgcolor = "khaki";
|
||||
break;
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user