Merge pull request #3929 from PolynomialDivision/fix/stop_adding_config_files
luci-app-dawn: stop adding not used config files
This commit is contained in:
commit
f76a020db1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
m = Map("Hearing Map", translate("Hearing Map"))
|
m = Map("dawn", "Hearing Map", translate("Hearing Map"))
|
||||||
m.pageaction = false
|
m.pageaction = false
|
||||||
|
|
||||||
s = m:section(NamedSection, "__hearingmap__")
|
s = m:section(NamedSection, "__hearingmap__")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
m = Map("Network Overview", translate("Network Overview"))
|
m = Map("dawn", "Network Overview", translate("Network Overview"))
|
||||||
m.pageaction = false
|
m.pageaction = false
|
||||||
|
|
||||||
s = m:section(NamedSection, "__networkoverview__")
|
s = m:section(NamedSection, "__networkoverview__")
|
||||||
|
|
Loading…
Reference in a new issue