mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add header to DHCP and DHCPv6 static mappings tables
This commit is contained in:
parent
af98247281
commit
f2ea45ef47
@ -1141,6 +1141,10 @@ include("head.inc");
|
||||
</table>
|
||||
<?php if (!is_numeric($pool) && !($act == "newpool")): ?>
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="5" valign="top" class="listtopic"><?=gettext("DHCP Static Mappings for this interface.");?></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="7%" class="listhdrr"><?=gettext("Static ARP");?></td>
|
||||
<td width="18%" class="listhdrr"><?=gettext("MAC address");?></td>
|
||||
|
||||
@ -842,6 +842,10 @@ display_top_tabs($tab_array);
|
||||
</tr>
|
||||
</table>
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="4" valign="top" class="listtopic"><?=gettext("DHCPv6 Static Mappings for this interface.");?></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" class="listhdrr"><?=gettext("DUID");?></td>
|
||||
<td width="15%" class="listhdrr"><?=gettext("IPv6 address");?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user