projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa13ed
)
luci-app-aria2: fix: datatype
2772/head
author
练亮斌
<jjm2473@gmail.com>
Sun, 16 Jun 2019 14:26:11 +0000
(22:26 +0800)
committer
GitHub
<noreply@github.com>
Sun, 16 Jun 2019 14:26:11 +0000
(22:26 +0800)
just a spelling mistake.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
applications/luci-app-aria2/luasrc/model/cbi/aria2.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-aria2/luasrc/model/cbi/aria2.lua
b/applications/luci-app-aria2/luasrc/model/cbi/aria2.lua
index 9e9df9aa71963021e32d6d8aac50d027e0eef08e..d36610b49a7b6b50d08ec783a6fc73ae144d3e32 100644
(file)
--- a/
applications/luci-app-aria2/luasrc/model/cbi/aria2.lua
+++ b/
applications/luci-app-aria2/luasrc/model/cbi/aria2.lua
@@
-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.dat
e
type = "range(1, 16)"
+o.dat
a
type = "range(1, 16)"
o.placeholder = "1"
o = s:taboption("task", Value, "min_split_size", translate("Min split size"), "1M-1024M")