luci-app-mwan3: unify header in configuration tab
[project/luci.git] / applications / luci-app-mwan3 / luasrc / model / cbi / mwan / globalsconfig.lua
index 919ed46..3e1a283 100644 (file)
@@ -14,9 +14,9 @@ $Id$
 
 local net = require "luci.model.network".init()
 
-m = Map("mwan3")
+m = Map("mwan3", translate("MWAN - Globals"))
 
-s = m:section(NamedSection, "globals", "globals", translate("Globals mwan3 options"))
+s = m:section(NamedSection, "globals", "globals", nil)
 n = s:option(ListValue, "local_source",
        translate("Local source interface"),
        translate("Use the IP address of this interface as source IP address for traffic initiated by the router itself"))