summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-07 20:44:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-07 20:44:06 +0000
commit97593aa4095f5152ed7c0a59090db20d46eb6f26 (patch)
tree39686462d55c3c53c80c6443b483c81301e641db /usr/local/www/status_interfaces.php
parent4566fef529c28ffe17421a2f77a573f2e27d4735 (diff)
downloadpfsense-97593aa4095f5152ed7c0a59090db20d46eb6f26.zip
pfsense-97593aa4095f5152ed7c0a59090db20d46eb6f26.tar.gz
Include the real interface name in status out in ()
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 517b0f9..25d3fae 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -253,7 +253,9 @@ include("head.inc");
<tr>
<td colspan="2" class="listtopic">
<?=htmlspecialchars($ifname);?>
- interface</td>
+ interface
+ (<?=convert_friendly_interface_to_real_interface_name($ifname);?>)
+ </td>
</tr>
<tr>
<td width="22%" class="vncellt">Status</td>
OpenPOWER on IntegriCloud