Commit f4861262 authored by Franco Fichtner's avatar Franco Fichtner

interfaces: revert small bit that shouldn't be in yet

parent bd934f75
......@@ -399,7 +399,7 @@ include("head.inc");
</thead>
<tbody>
<?php
foreach (legacy_config_get_interfaces(array("virtual" => false)) as $ifname => $iface):?>
foreach ($config['interfaces'] as $ifname => $iface):?>
<tr>
<td>
<strong><u><span onclick="location.href='/interfaces.php?if=<?=$ifname;?>'" style="cursor: pointer;"><?=!empty($iface['descr']) ? $iface['descr'] : strtoupper($ifname);?></span></u></strong>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment