summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-01-28 10:02:20 -0500
committerjim-p <jimp@pfsense.org>2013-01-28 10:02:20 -0500
commitee6bd11d4c2988a32050c19841bbcf080ed3e602 (patch)
treee1f3612e6b839710376ede182ec5be58d7075adb /usr/local/www/services_dhcp.php
parenteaf87cb0f96c083e0586617699d8e4095e04e468 (diff)
downloadpfsense-ee6bd11d4c2988a32050c19841bbcf080ed3e602.zip
pfsense-ee6bd11d4c2988a32050c19841bbcf080ed3e602.tar.gz
Add header to DHCP static mappings table
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index b1b95d0..2b847b8 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -887,6 +887,10 @@ include("head.inc");
</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>&nbsp;</td>
+ </tr>
+ <tr>
<td width="25%" class="listhdrr"><?=gettext("MAC address");?></td>
<td width="15%" class="listhdrr"><?=gettext("IP address");?></td>
<td width="20%" class="listhdrr"><?=gettext("Hostname");?></td>
OpenPOWER on IntegriCloud