applications/luci-minidlna: fix whitespace in controller, add status display to cbi map
[project/luci.git] / applications / luci-minidlna / luasrc / model / cbi / minidlna.lua
index 051e355..8205692 100644 (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