summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-4.local>2010-04-30 00:27:41 -0400
committerChris Buechler <cmb@cmb-macbook-pro-4.local>2010-04-30 00:27:41 -0400
commit897eb11dc9f8a5da396d49f7ee6884407c5ee932 (patch)
treecdbe92c398f05d27ccf27d28407fbaad4aa0ab58 /usr/local/www/interfaces.php
parent3a78180e6a28fb7e25ade7c0adbb5560ced83e68 (diff)
downloadpfsense-897eb11dc9f8a5da396d49f7ee6884407c5ee932.zip
pfsense-897eb11dc9f8a5da396d49f7ee6884407c5ee932.tar.gz
show IP as well as gateway name on interfaces.php
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index cb6466f..8b93c1e 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1011,7 +1011,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
if($gateway['interface'] == $if) {
?>
<option value="<?=$gateway['name'];?>" <?php if ($gateway['name'] == $pconfig['gateway']) echo "selected"; ?>>
- <?=htmlspecialchars($gateway['name']);?>
+ <?=htmlspecialchars($gateway['name']) . " - " . htmlspecialchars($gateway['gateway']);?>
</option>
<?php
}
OpenPOWER on IntegriCloud