summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-04 12:37:15 +0200
committersmos <seth.mos@dds.nl>2012-06-04 12:37:15 +0200
commit603f19f007149348639c9e09366881ea95b28aa4 (patch)
treef9a21350e36dcaee88d5f52825af401d258ede26 /usr/local/www/status_gateways.php
parent4a67fc61ad854691252b5239116a0aec8905991e (diff)
downloadpfsense-603f19f007149348639c9e09366881ea95b28aa4.zip
pfsense-603f19f007149348639c9e09366881ea95b28aa4.tar.gz
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 ~
Diffstat (limited to 'usr/local/www/status_gateways.php')
-rwxr-xr-xusr/local/www/status_gateways.php6
1 files changed, 3 insertions, 3 deletions
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");
<?php if ($gateways_status[$gname])
echo $gateways_status[$gname]['delay'];
else
- echo gettext("Gathering data");
+ echo gettext("Pending");
?>
<?php $counter++; ?>
</td>
@@ -105,7 +105,7 @@ include("head.inc");
<?php if ($gateways_status[$gname])
echo $gateways_status[$gname]['loss'];
else
- echo gettext("Gathering data");
+ echo gettext("Pending");
?>
<?php $counter++; ?>
</td>
@@ -131,7 +131,7 @@ include("head.inc");
$online = gettext("Online");
$bgcolor = "lightgreen";
} else {
- $online = gettext("Gathering data");
+ $online = gettext("Pending");
$bgcolor = "lightgray";
}
echo "<tr><td><table width='100%'><tr><td bgcolor=\"$bgcolor\" > $online </td></tr><tr><td>";
OpenPOWER on IntegriCloud