Commit 408bab1a authored by Ad Schellevis's avatar Ad Schellevis

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

parent 75eec3cf
...@@ -412,7 +412,7 @@ include("head.inc"); ...@@ -412,7 +412,7 @@ include("head.inc");
foreach (legacy_config_get_interfaces(array("virtual" => false)) as $ifname => $iface):?> foreach (legacy_config_get_interfaces(array("virtual" => false)) as $ifname => $iface):?>
<tr> <tr>
<td> <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>
<td> <td>
<select name="<?=$ifname;?>" id="<?=$ifname;?>"> <select name="<?=$ifname;?>" id="<?=$ifname;?>">
......
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