summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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