summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index eef705d..59cf4d0 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1343,7 +1343,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
foreach ($a_maps as $mapent) {
?>
<tr>
- <td align="center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&amp;id=<?=$i?>';">
+ <td class="text-center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&amp;id=<?=$i?>';">
<?php if (isset($mapent['arp_table_static_entry'])): ?>
<i class="fa fa-check"></i>
<?php endif; ?>
OpenPOWER on IntegriCloud