Fix the gateway status widget ajax update when there is loss/day.

This commit is contained in:
jim-p 2010-09-19 13:07:51 -04:00
parent 3c3ba8f006
commit effd2ecda6

View File

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