summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-07 20:34:51 +0000
committerErmal <eri@pfsense.org>2010-06-07 20:34:51 +0000
commit4b4be09e1da47dfbe789818cc25e74c6e092f601 (patch)
tree60d3b994c4a0e5725e427807766f3ace1fd10588 /usr/local/www/status_gateways.php
parentbeb7b8140c31f2c99166d00575fd5da2772168e8 (diff)
downloadpfsense-4b4be09e1da47dfbe789818cc25e74c6e092f601.zip
pfsense-4b4be09e1da47dfbe789818cc25e74c6e092f601.tar.gz
Actually show other data with gateways status.
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 eca1eec..8ca69f6 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -75,17 +75,17 @@ include("head.inc");
<td width="30%" class="listhdrr">Status</td>
<td width="30%" class="listhdr">Description</td>
</tr>
- <?php foreach ($gateways_status as $gateway) {
+ <?php foreach ($gateways_status as $target => $gateway) {
?>
<tr>
<td class="listlr">
<?=strtoupper($gateway['name']);?>
</td>
<td class="listr" align="center" >
- <?=$gateway['gateway'];?>
+ <?=$a_gateways[$gateway['name']['gateway'];?>
</td>
<td class="listr" align="center" >
- <?=$gateway['monitor'];?>
+ <?=$target;?>
</td>
<td class="listr" >
<table border="0" cellpadding="0" cellspacing="2">
OpenPOWER on IntegriCloud