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>
-m = Map("Hearing Map", translate("Hearing Map"))
+m = Map("dawn", "Hearing Map", translate("Hearing Map"))
m.pageaction = false
s = m:section(NamedSection, "__hearingmap__")
-m = Map("Network Overview", translate("Network Overview"))
+m = Map("dawn", "Network Overview", translate("Network Overview"))
m.pageaction = false
s = m:section(NamedSection, "__networkoverview__")