mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add header to DHCP static mappings table
This commit is contained in:
parent
eaf87cb0f9
commit
ee6bd11d4c
@ -886,6 +886,10 @@ include("head.inc");
|
||||
</tr>
|
||||
</table>
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="4" valign="top" class="listtopic"><?=gettext("DHCP Static Mappings for this interface.");?></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" class="listhdrr"><?=gettext("MAC address");?></td>
|
||||
<td width="15%" class="listhdrr"><?=gettext("IP address");?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user