applications/luci-minidlna: fix whitespace in controller, add status display to cbi map

This commit is contained in:
Jo-Philipp Wich 2012-04-07 23:39:27 +00:00
parent 3353616e61
commit 62d83c80ea
2 changed files with 9 additions and 7 deletions

View file

@ -15,6 +15,8 @@ $Id$
m = Map("minidlna", translate("miniDLNA"),
translate("MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP-AV clients."))
m:section(SimpleSection).template = "minidlna_status"
s = m:section(TypedSection, "minidlna", "miniDLNA Settings")
s.addremove = false
s.anonymous = true