luci-app-dawn: stop adding not used config files
Fixes https://github.com/berlin-open-wireless-lab/DAWN/issues/64. The app adds config files under /etc/config/ for the Hearing Map and the Network Overview. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
3b3adb0d23
commit
130b7d55f7
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
|
||||
|
||||
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
|
||||
|
||||
s = m:section(NamedSection, "__networkoverview__")
|
||||
|
|
Loading…
Reference in a new issue