summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-02 21:39:45 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-02 21:39:45 +0000
commit1c8e901d6ca75ef95717c97978295e1d538c6ae9 (patch)
treefbfe6ae7b74a92052a232eb4210dbfae8f841cc1 /usr/local/www/system_gateways.php
parent479ace0cef96639151de665b2258808d91062c60 (diff)
downloadpfsense-1c8e901d6ca75ef95717c97978295e1d538c6ae9.zip
pfsense-1c8e901d6ca75ef95717c97978295e1d538c6ae9.tar.gz
Correctly show interface column even on disabled interface cases.
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 9a678c3..0dc3835 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -137,7 +137,7 @@ effect.");?><br>
</td>
<td class="listr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
<?php
- $iflabels = get_configured_interface_with_descr();
+ $iflabels = get_configured_interface_with_descr(false, true);
echo htmlspecialchars($iflabels[$gateway['interface']]); ?>
</td>
<td class="listr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
OpenPOWER on IntegriCloud