Skip to content

Commit

Permalink
interfaces: reject leases from in dhcp advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Feb 16, 2018
1 parent 77f648e commit d430a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/interfaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@ function toggle_allcfg() {
</output>
</td>
</tr>
<tr class="dhcp_basic">
<tr class="dhcp_basic dhcp_advanced">
<td><a id="help_for_dhcprejectfrom" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Reject Leases From"); ?></td>
<td>
<input name="dhcprejectfrom" type="text" id="dhcprejectfrom" value="<?=htmlspecialchars($pconfig['dhcprejectfrom']);?>" />
Expand Down

0 comments on commit d430a10

Please sign in to comment.