mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update dhcp.php
Added ( ) for the 's' in the minutes, hours and days to make it look nicer
This commit is contained in:
parent
a4d012d1d0
commit
ee288c32ca
@ -151,7 +151,7 @@ function DisplayDHCPConfig() {
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-xs-2 col-sm-2">
|
<div class="col-xs-2 col-sm-2">
|
||||||
<label for="code">Interval</label>
|
<label for="code">Interval</label>
|
||||||
<select name="RangeLeaseTimeUnits" class="form-control" ><option value="m" <?php echo $mselected; ?>>Minutes</option><option value="h" <?php echo $hselected; ?>>Hours</option><option value="d" <?php echo $dselected; ?>>Days</option><option value="infinite">Infinite</option></select>
|
<select name="RangeLeaseTimeUnits" class="form-control" ><option value="m" <?php echo $mselected; ?>>Minute(s)</option><option value="h" <?php echo $hselected; ?>>Hour(s)</option><option value="d" <?php echo $dselected; ?>>Day(s)</option><option value="infinite">Infinite</option></select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user