luci-app-mwan3: remove configuration tab
remove configuration tab Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
5aeeb69f15
commit
e40282cb38
9 changed files with 21 additions and 23 deletions
|
@ -33,27 +33,25 @@ function index()
|
||||||
|
|
||||||
|
|
||||||
entry({"admin", "network", "mwan"},
|
entry({"admin", "network", "mwan"},
|
||||||
alias("admin", "network", "mwan", "configuration"),
|
alias("admin", "network", "mwan", "interface"),
|
||||||
_("Load Balancing"), 600)
|
_("Load Balancing"), 600)
|
||||||
|
|
||||||
entry({"admin", "network", "mwan", "configuration"},
|
entry({"admin", "network", "mwan", "globals"},
|
||||||
alias("admin", "network", "mwan", "configuration", "interface"),
|
cbi("mwan/globalsconfig"),
|
||||||
_("Configuration"), 20)
|
_("Globals"), 5).leaf = true
|
||||||
entry({"admin", "network", "mwan", "configuration", "globals"},
|
entry({"admin", "network", "mwan", "interface"},
|
||||||
cbi("mwan/globalsconfig"),_("Globals"), 5).leaf = true
|
|
||||||
entry({"admin", "network", "mwan", "configuration", "interface"},
|
|
||||||
arcombine(cbi("mwan/interface"), cbi("mwan/interfaceconfig")),
|
arcombine(cbi("mwan/interface"), cbi("mwan/interfaceconfig")),
|
||||||
_("Interfaces"), 10).leaf = true
|
_("Interfaces"), 10).leaf = true
|
||||||
entry({"admin", "network", "mwan", "configuration", "member"},
|
entry({"admin", "network", "mwan", "member"},
|
||||||
arcombine(cbi("mwan/member"), cbi("mwan/memberconfig")),
|
arcombine(cbi("mwan/member"), cbi("mwan/memberconfig")),
|
||||||
_("Members"), 20).leaf = true
|
_("Members"), 20).leaf = true
|
||||||
entry({"admin", "network", "mwan", "configuration", "policy"},
|
entry({"admin", "network", "mwan", "policy"},
|
||||||
arcombine(cbi("mwan/policy"), cbi("mwan/policyconfig")),
|
arcombine(cbi("mwan/policy"), cbi("mwan/policyconfig")),
|
||||||
_("Policies"), 30).leaf = true
|
_("Policies"), 30).leaf = true
|
||||||
entry({"admin", "network", "mwan", "configuration", "rule"},
|
entry({"admin", "network", "mwan", "rule"},
|
||||||
arcombine(cbi("mwan/rule"), cbi("mwan/ruleconfig")),
|
arcombine(cbi("mwan/rule"), cbi("mwan/ruleconfig")),
|
||||||
_("Rules"), 40).leaf = true
|
_("Rules"), 40).leaf = true
|
||||||
entry({"admin", "network", "mwan", "configuration", "notify"},
|
entry({"admin", "network", "mwan", "notify"},
|
||||||
cbi("mwan/notify"),
|
cbi("mwan/notify"),
|
||||||
_("Notification"), 50).leaf = true
|
_("Notification"), 50).leaf = true
|
||||||
end
|
end
|
||||||
|
|
|
@ -114,11 +114,11 @@ mwan_interface = m5:section(TypedSection, "interface", translate("Interfaces"),
|
||||||
mwan_interface.sectionhead = translate("Interface")
|
mwan_interface.sectionhead = translate("Interface")
|
||||||
mwan_interface.sortable = false
|
mwan_interface.sortable = false
|
||||||
mwan_interface.template = "cbi/tblsection"
|
mwan_interface.template = "cbi/tblsection"
|
||||||
mwan_interface.extedit = dsp.build_url("admin", "network", "mwan", "configuration", "interface", "%s")
|
mwan_interface.extedit = dsp.build_url("admin", "network", "mwan", "interface", "%s")
|
||||||
function mwan_interface.create(self, section)
|
function mwan_interface.create(self, section)
|
||||||
TypedSection.create(self, section)
|
TypedSection.create(self, section)
|
||||||
m5.uci:save("mwan3")
|
m5.uci:save("mwan3")
|
||||||
luci.http.redirect(dsp.build_url("admin", "network", "mwan", "configuration", "interface", section))
|
luci.http.redirect(dsp.build_url("admin", "network", "mwan", "interface", section))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ interfaceCheck()
|
||||||
|
|
||||||
m5 = Map("mwan3", translatef("MWAN Interface Configuration - %s", arg[1]),
|
m5 = Map("mwan3", translatef("MWAN Interface Configuration - %s", arg[1]),
|
||||||
interfaceWarnings())
|
interfaceWarnings())
|
||||||
m5.redirect = dsp.build_url("admin", "network", "mwan", "configuration", "interface")
|
m5.redirect = dsp.build_url("admin", "network", "mwan", "interface")
|
||||||
|
|
||||||
|
|
||||||
mwan_interface = m5:section(NamedSection, arg[1], "interface", "")
|
mwan_interface = m5:section(NamedSection, arg[1], "interface", "")
|
||||||
|
|
|
@ -16,11 +16,11 @@ mwan_member = m5:section(TypedSection, "member", translate("Members"),
|
||||||
mwan_member.sectionhead = translate("Member")
|
mwan_member.sectionhead = translate("Member")
|
||||||
mwan_member.sortable = true
|
mwan_member.sortable = true
|
||||||
mwan_member.template = "cbi/tblsection"
|
mwan_member.template = "cbi/tblsection"
|
||||||
mwan_member.extedit = ds.build_url("admin", "network", "mwan", "configuration", "member", "%s")
|
mwan_member.extedit = ds.build_url("admin", "network", "mwan", "member", "%s")
|
||||||
function mwan_member.create(self, section)
|
function mwan_member.create(self, section)
|
||||||
TypedSection.create(self, section)
|
TypedSection.create(self, section)
|
||||||
m5.uci:save("mwan3")
|
m5.uci:save("mwan3")
|
||||||
luci.http.redirect(ds.build_url("admin", "network", "mwan", "configuration", "member", section))
|
luci.http.redirect(ds.build_url("admin", "network", "mwan", "member", section))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ arg[1] = arg[1] or ""
|
||||||
|
|
||||||
|
|
||||||
m5 = Map("mwan3", translatef("MWAN Member Configuration - %s", arg[1]))
|
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", "")
|
mwan_member = m5:section(NamedSection, arg[1], "member", "")
|
||||||
|
|
|
@ -45,11 +45,11 @@ mwan_policy = m5:section(TypedSection, "policy", translate("Policies"),
|
||||||
mwan_policy.sectionhead = translate("Policy")
|
mwan_policy.sectionhead = translate("Policy")
|
||||||
mwan_policy.sortable = true
|
mwan_policy.sortable = true
|
||||||
mwan_policy.template = "cbi/tblsection"
|
mwan_policy.template = "cbi/tblsection"
|
||||||
mwan_policy.extedit = ds.build_url("admin", "network", "mwan", "configuration", "policy", "%s")
|
mwan_policy.extedit = ds.build_url("admin", "network", "mwan", "policy", "%s")
|
||||||
function mwan_policy.create(self, section)
|
function mwan_policy.create(self, section)
|
||||||
TypedSection.create(self, section)
|
TypedSection.create(self, section)
|
||||||
m5.uci:save("mwan3")
|
m5.uci:save("mwan3")
|
||||||
luci.http.redirect(ds.build_url("admin", "network", "mwan", "configuration", "policy", section))
|
luci.http.redirect(ds.build_url("admin", "network", "mwan", "policy", section))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ policyCheck()
|
||||||
|
|
||||||
m5 = Map("mwan3", translatef("MWAN Policy Configuration - %s", arg[1]),
|
m5 = Map("mwan3", translatef("MWAN Policy Configuration - %s", arg[1]),
|
||||||
policyWarn())
|
policyWarn())
|
||||||
m5.redirect = dsp.build_url("admin", "network", "mwan", "configuration", "policy")
|
m5.redirect = dsp.build_url("admin", "network", "mwan", "policy")
|
||||||
|
|
||||||
|
|
||||||
mwan_policy = m5:section(NamedSection, arg[1], "policy", "")
|
mwan_policy = m5:section(NamedSection, arg[1], "policy", "")
|
||||||
|
|
|
@ -50,11 +50,11 @@ mwan_rule = m5:section(TypedSection, "rule", translate("Traffic Rules"),
|
||||||
mwan_rule.sectionhead = translate("Rule")
|
mwan_rule.sectionhead = translate("Rule")
|
||||||
mwan_rule.sortable = true
|
mwan_rule.sortable = true
|
||||||
mwan_rule.template = "cbi/tblsection"
|
mwan_rule.template = "cbi/tblsection"
|
||||||
mwan_rule.extedit = dsp.build_url("admin", "network", "mwan", "configuration", "rule", "%s")
|
mwan_rule.extedit = dsp.build_url("admin", "network", "mwan", "rule", "%s")
|
||||||
function mwan_rule.create(self, section)
|
function mwan_rule.create(self, section)
|
||||||
TypedSection.create(self, section)
|
TypedSection.create(self, section)
|
||||||
m5.uci:save("mwan3")
|
m5.uci:save("mwan3")
|
||||||
luci.http.redirect(dsp.build_url("admin", "network", "mwan", "configuration", "rule", section))
|
luci.http.redirect(dsp.build_url("admin", "network", "mwan", "rule", section))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ ruleCheck()
|
||||||
|
|
||||||
m5 = Map("mwan3", translatef("MWAN Rule Configuration - %s", arg[1]),
|
m5 = Map("mwan3", translatef("MWAN Rule Configuration - %s", arg[1]),
|
||||||
ruleWarn())
|
ruleWarn())
|
||||||
m5.redirect = dsp.build_url("admin", "network", "mwan", "configuration", "rule")
|
m5.redirect = dsp.build_url("admin", "network", "mwan", "rule")
|
||||||
|
|
||||||
|
|
||||||
mwan_rule = m5:section(NamedSection, arg[1], "rule", "")
|
mwan_rule = m5:section(NamedSection, arg[1], "rule", "")
|
||||||
|
|
Loading…
Reference in a new issue