Merge pull request #2772 from jjm2473/patch-2

luci-app-aria2: fix: datatype
This commit is contained in:
Hannu Nyman 2019-06-16 17:47:04 +03:00 committed by GitHub
commit ab70fb1ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ o = s:taboption("task", Value, "max_concurrent_downloads", translate("Max concur
o.placeholder = "5"
o = s:taboption("task", Value, "max_connection_per_server", translate("Max connection per server"), "1-16")
o.datetype = "range(1, 16)"
o.datatype = "range(1, 16)"
o.placeholder = "1"
o = s:taboption("task", Value, "min_split_size", translate("Min split size"), "1M-1024M")