apcupsd: increase maxlength from 40 to 200 on device input

This commit is contained in:
Eric Schultz
2016-01-13 13:49:49 -08:00
parent 8095de8759
commit aa47f2efb8
+1 -1
View File
@@ -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.
>