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:
Polynomialdivision 2020-04-18 22:21:43 +02:00
parent 3b3adb0d23
commit 130b7d55f7
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__")