summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_dhcp_leases.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-12-13 15:21:14 +0545
committerRenato Botelho <renato@netgate.com>2016-12-13 10:55:30 -0200
commitaef27ab528ffba873d5053785fc163507ecf26b3 (patch)
treee4b4c2e4f7359ff4f0595718383e8e4c1ee2f600 /src/usr/local/www/status_dhcp_leases.php
parentcdb96d082b481b1d279f692a46b61bd50a961d8b (diff)
downloadpfsense-aef27ab528ffba873d5053785fc163507ecf26b3.zip
pfsense-aef27ab528ffba873d5053785fc163507ecf26b3.tar.gz
Status DHCP Leases table row end
Each row of the table needs a tr end, only the last row was getting the tr end. (cherry picked from commit cd2b1e76444ea1c620c09a15f4c929fbcf91cdf2)
Diffstat (limited to 'src/usr/local/www/status_dhcp_leases.php')
-rw-r--r--src/usr/local/www/status_dhcp_leases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_dhcp_leases.php b/src/usr/local/www/status_dhcp_leases.php
index f74105e..457eec3 100644
--- a/src/usr/local/www/status_dhcp_leases.php
+++ b/src/usr/local/www/status_dhcp_leases.php
@@ -480,8 +480,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>
OpenPOWER on IntegriCloud