mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show friendly interface name.
This commit is contained in:
parent
1fd35e9544
commit
d76f45b1a6
@ -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']);?>
|
||||
|
||||
@ -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']);?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user