From effd2ecda61c326e0e85182c89bc063074dc9b8f Mon Sep 17 00:00:00 2001 From: jim-p Date: Sun, 19 Sep 2010 13:07:51 -0400 Subject: [PATCH] Fix the gateway status widget ajax update when there is loss/day. --- usr/local/www/includes/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index f8d162c204..b013cc8d0f 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -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: