luci-app-aria2: fix template name
[project/luci.git] / applications / luci-app-aria2 / luasrc / model / cbi / aria2.lua
index f713ad5..3b61f95 100644 (file)
@@ -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