mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
(legacy) fix previous commit, interfaces_assign.php wasn't supposed to be in yet.
This commit is contained in:
parent
75eec3cfe8
commit
408bab1a37
@ -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;?>">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user