Revision 1ff79f6b
Added by Renato Botelho almost 12 years ago
usr/local/www/services_igmpproxy.php | ||
---|---|---|
108 | 108 |
<?php $i = 0; foreach ($a_igmpproxy as $igmpentry): ?> |
109 | 109 |
<tr> |
110 | 110 |
<td class="listlr" ondblclick="document.location='services_igmpproxy_edit.php?id=<?=$i;?>';"> |
111 |
<?=htmlspecialchars(strtoupper($igmpentry['ifname']));?>
|
|
111 |
<?=htmlspecialchars(convert_friendly_interface_to_friendly_descr($igmpentry['ifname']));?>
|
|
112 | 112 |
</td> |
113 | 113 |
<td class="listlr" ondblclick="document.location='services_igmpproxy_edit.php?id=<?=$i;?>';"> |
114 | 114 |
<?=htmlspecialchars($igmpentry['type']);?> |
Also available in: Unified diff
Show friendly interface name, fixes #3095