luci-app-aria2: fix template name
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
This commit is contained in:
parent
a4c8c20647
commit
909083e673
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ end
|
|||
|
||||
m = Map("aria2", translate("Aria2"), translate("Aria2 is a multi-protocol & multi-source download utility, here you can configure the settings."))
|
||||
|
||||
m:section(SimpleSection).template = "aria2/web_script"
|
||||
m:section(SimpleSection).template = "aria2/overview_status"
|
||||
|
||||
s = m:section(TypedSection, "aria2", translate("Aria2 Settings"))
|
||||
s.addremove = false
|
||||
|
|
Loading…
Reference in a new issue