luci-app-mwan3: remove configuration tab
[project/luci.git] / applications / luci-app-mwan3 / luasrc / model / cbi / mwan / memberconfig.lua
index dc2e0da..220c4bd 100644 (file)
@@ -15,7 +15,7 @@ arg[1] = arg[1] or ""
 
 
 m5 = Map("mwan3", translatef("MWAN Member Configuration - %s", arg[1]))
-       m5.redirect = dsp.build_url("admin", "network", "mwan", "configuration", "member")
+       m5.redirect = dsp.build_url("admin", "network", "mwan", "member")
 
 
 mwan_member = m5:section(NamedSection, arg[1], "member", "")