diff options
-rw-r--r-- | applications/luci-vnstat/luasrc/model/cbi/vnstat.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/applications/luci-vnstat/luasrc/model/cbi/vnstat.lua b/applications/luci-vnstat/luasrc/model/cbi/vnstat.lua index 5c5e8f7aa..38b06ba9a 100644 --- a/applications/luci-vnstat/luasrc/model/cbi/vnstat.lua +++ b/applications/luci-vnstat/luasrc/model/cbi/vnstat.lua @@ -56,9 +56,11 @@ s.anonymous = true s.addremove = false mon_ifaces = s:option(Value, "interface", translate("Monitor selected interfaces")) -mon_ifaces.template = "cbi/network_ifacelist" -mon_ifaces.widget = "checkbox" -mon_ifaces.cast = "table" +mon_ifaces.template = "cbi/network_ifacelist" +mon_ifaces.widget = "checkbox" +mon_ifaces.cast = "table" +mon_ifaces.noinactive = true +mon_ifaces.nocreate = true function mon_ifaces.write(self, section, val) local i |