Revision aef27ab5
Added by Phil Davis over 8 years ago
src/usr/local/www/status_dhcp_leases.php | ||
---|---|---|
480 | 480 |
<a class="fa fa-trash" title="<?=gettext('Delete lease')?>" href="status_dhcp_leases.php?deleteip=<?=$data['ip']?>&all=<?=intval($_GET['all'])?>"></a> |
481 | 481 |
<?php endif; ?> |
482 | 482 |
</td> |
483 |
<?php endforeach; ?> |
|
484 | 483 |
</tr> |
484 |
<?php endforeach; ?> |
|
485 | 485 |
</tbody> |
486 | 486 |
</table> |
487 | 487 |
</div> |
Also available in: Unified diff
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)