From 603f19f007149348639c9e09366881ea95b28aa4 Mon Sep 17 00:00:00 2001 From: smos Date: Mon, 4 Jun 2012 12:37:15 +0200 Subject: Some minor enhancements from renaming the Gathering Data to Pending. When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~ --- usr/local/www/status_gateways.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/local/www/status_gateways.php') diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php index 0feba2a..7d7ebbc 100755 --- a/usr/local/www/status_gateways.php +++ b/usr/local/www/status_gateways.php @@ -97,7 +97,7 @@ include("head.inc"); @@ -105,7 +105,7 @@ include("head.inc"); @@ -131,7 +131,7 @@ include("head.inc"); $online = gettext("Online"); $bgcolor = "lightgreen"; } else { - $online = gettext("Gathering data"); + $online = gettext("Pending"); $bgcolor = "lightgray"; } echo "
$online
"; -- cgit v1.1