diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-09-02 21:39:45 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-09-02 21:39:45 +0000 |
commit | 1c8e901d6ca75ef95717c97978295e1d538c6ae9 (patch) | |
tree | fbfe6ae7b74a92052a232eb4210dbfae8f841cc1 /usr/local/www/system_gateways.php | |
parent | 479ace0cef96639151de665b2258808d91062c60 (diff) | |
download | pfsense-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-x | usr/local/www/system_gateways.php | 2 |
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;?>';"> |