|
|
|
@ -130,7 +130,7 @@
|
|
|
|
|
<input name="led_enable" id="led_enable" type="checkbox" value="1" title="enable or disable LED" DISABLED>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label for="shutdown_act">Auto shutdown</label>
|
|
|
|
|
<label for="shutdown_act">Auto power off</label>
|
|
|
|
|
<input name="shutdown_act" id="shutdown_act" type="checkbox" value="1" title="activate auto shutdown after usb plug off">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -146,7 +146,7 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label for="shutdown_dt">Auto shutdown delay (s)</label>
|
|
|
|
|
<label for="shutdown_dt">Auto power off delay (s)</label>
|
|
|
|
|
<input name="shutdown_dt" id="shutdown_dt" type="number" min="3" max="300" title="auto shutdown delay in seconds">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|