Commit 1d4b8817 authored by Franco Fichtner's avatar Franco Fichtner

interafces: fix gap in last table row

(cherry picked from commit ab3beeb0)
parent 29999ee7
......@@ -510,7 +510,7 @@ include("head.inc");
<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>
</tr>
<tr><td colspan="2"><?= gettext('Interfaces that are configured as members of a LAGG interface will not be shown.') ?></td></tr>
<tr><td colspan="3"><?= gettext('Interfaces that are configured as members of a LAGG interface will not be shown.') ?></td></tr>
<?php endif; ?>
</tbody>
</table>
......
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