mirror of
https://github.com/unraid/webgui.git
synced 2026-05-18 04:10:03 -05:00
apcupsd: increase maxlength from 40 to 200 on device input
This commit is contained in:
@@ -106,7 +106,7 @@ UPS type:
|
||||
> + **ModBus** - serial device for use with newest SmartUPS models supporting the MODBUS protocol
|
||||
|
||||
Device:
|
||||
: <input type="text" name="DEVICE" maxlength="40" value="<?=$cfg['DEVICE'];?>">
|
||||
: <input type="text" name="DEVICE" maxlength="200" value="<?=$cfg['DEVICE'];?>">
|
||||
|
||||
> Enter the *device* which correspondes to your situation, only applicable when *UPS type* is not set to USB.
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user