Show friendly interface name.

This commit is contained in:
Ermal 2010-05-25 21:35:06 +00:00
parent 1fd35e9544
commit d76f45b1a6
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_gifs as $gif): ?>
<tr ondblclick="document.location='interfaces_gif_edit.php?id=<?=$i;?>'">
<td class="listlr">
<?=htmlspecialchars($gif['if']);?>
<?=htmlspecialchars(convert_friendly_interface_to_friendly_descr($gif['if']));?>
</td>
<td class="listr">
<?=htmlspecialchars($gif['remote-addr']);?>

View File

@ -111,7 +111,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_gres as $gre): ?>
<tr ondblclick="document.location='interfaces_vlan_gre.php?id=<?=$i;?>'">
<td class="listlr">
<?=htmlspecialchars($gre['if']);?>
<?=htmlspecialchars(convert_friendly_interface_to_friendly_descr($gre['if']));?>
</td>
<td class="listr">
<?=htmlspecialchars($gre['remote-addr']);?>