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:
Dirk Brenken 2020-04-19 10:46:26 +02:00 committed by GitHub
commit f76a020db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
m = Map("Hearing Map", translate("Hearing Map"))
m = Map("dawn", "Hearing Map", translate("Hearing Map"))
m.pageaction = false
s = m:section(NamedSection, "__hearingmap__")

View file

@ -1,4 +1,4 @@
m = Map("Network Overview", translate("Network Overview"))
m = Map("dawn", "Network Overview", translate("Network Overview"))
m.pageaction = false
s = m:section(NamedSection, "__networkoverview__")