(legacy) fix previous commit, interfaces_assign.php wasn't supposed to be in yet.

This commit is contained in:
Ad Schellevis 2016-05-26 15:42:09 +02:00
parent 75eec3cfe8
commit 408bab1a37

View File

@ -412,7 +412,7 @@ include("head.inc");
foreach (legacy_config_get_interfaces(array("virtual" => false)) 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>
<strong><u><span onclick="location.href='/interfaces.php?if=<?=$ifname;?>'" style="cursor: pointer;"><?=$iface['descr'];?></span></u></strong>
</td>
<td>
<select name="<?=$ifname;?>" id="<?=$ifname;?>">