applications/luci-minidlna: fix whitespace in controller, add status display to cbi map
This commit is contained in:
parent
3353616e61
commit
62d83c80ea
2 changed files with 9 additions and 7 deletions
|
@ -15,6 +15,8 @@ $Id$
|
||||||
m = Map("minidlna", translate("miniDLNA"),
|
m = Map("minidlna", translate("miniDLNA"),
|
||||||
translate("MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP-AV clients."))
|
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 = m:section(TypedSection, "minidlna", "miniDLNA Settings")
|
||||||
s.addremove = false
|
s.addremove = false
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
|
|
Loading…
Reference in a new issue