luci-app-mwan3: refactoring warning compilation on the rule config pages
[project/luci.git] / applications / luci-app-mwan3 / luasrc / model / cbi / mwan / member.lua
index b73ee57..67030cc 100644 (file)
@@ -3,11 +3,9 @@
 ds = require "luci.dispatcher"
 
 
-m5 = Map("mwan3", translate("MWAN Member Configuration"))
-       m5:append(Template("mwan/config_css"))
+m5 = Map("mwan3", translate("MWAN - Members"))
 
-
-mwan_member = m5:section(TypedSection, "member", translate("Members"),
+mwan_member = m5:section(TypedSection, "member", nil,
        translate("Members are profiles attaching a metric and weight to an MWAN interface<br />" ..
        "Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />" ..
        "Members may not share the same name as configured interfaces, policies or rules"))