interafces: fix gap in last table row

This commit is contained in:
Franco Fichtner 2015-12-13 20:28:49 +01:00
parent 9d5f6c686f
commit ab3beeb087

View File

@ -522,7 +522,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>