Status DHCP Leases table row end

Each row of the table needs a tr end, only the last row was getting the tr end.
This commit is contained in:
Phil Davis 2016-12-13 15:21:14 +05:45 committed by GitHub
parent c165a17e02
commit cd2b1e7644

View File

@ -448,8 +448,8 @@ foreach ($leases as $data):
<a class="fa fa-trash" title="<?=gettext('Delete lease')?>" href="status_dhcp_leases.php?deleteip=<?=$data['ip']?>&amp;all=<?=intval($_GET['all'])?>"></a>
<?php endif; ?>
</td>
<?php endforeach; ?>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>