luci-app-statistics: iwinfo: fix interface list preselection
Fixes: #3306
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 52a68a43b8
)
This commit is contained in:
parent
5cb5ed3834
commit
78a1ff681e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ s = m:section(NamedSection, "collectd_iwinfo", "luci_statistics")
|
|||
o = s:option(Flag, "enable", translate("Enable this plugin"))
|
||||
o.default = 0
|
||||
|
||||
o = s:option(Value, "Interfaces", translate("Monitor interfaces"),
|
||||
o = s:option(DynamicList, "Interfaces", translate("Monitor interfaces"),
|
||||
translate("Leave unselected to automatically determine interfaces to monitor."))
|
||||
o.template = "cbi/network_ifacelist"
|
||||
o.widget = "checkbox"
|
||||
|
|
Loading…
Reference in a new issue