Commit 2b3d05d1 authored by Jos Schellevis's avatar Jos Schellevis

Fix assign interfaces in GUI

parent 02d439d7
...@@ -554,7 +554,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed")) ...@@ -554,7 +554,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
</select> </select>
</td> </td>
<td class="list"> <td class="list">
<button name="add_x" type="submit" class="btn btn-primary" title="<?=gettext("add selected interface");?>"><span class="glyphicon glyphicon-plus"></span></button> <button name="add_x" type="submit" value="<?=$portname;?>" class="btn btn-primary" title="<?=gettext("add selected interface");?>"><span class="glyphicon glyphicon-plus"></span></button>
</td> </td>
</tr> </tr>
<?php <?php
......
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