diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-07 23:39:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-07 23:39:27 +0000 |
commit | 62d83c80eadcbb6b0cc8abc96c680b2f2cd9b077 (patch) | |
tree | 1558d90480694517b395f5bb110f34039e2d5aed /applications/luci-minidlna/luasrc/model/cbi/minidlna.lua | |
parent | 3353616e61d46ca34bbfcb7825a1ffba492ee525 (diff) |
applications/luci-minidlna: fix whitespace in controller, add status display to cbi map
Diffstat (limited to 'applications/luci-minidlna/luasrc/model/cbi/minidlna.lua')
-rw-r--r-- | applications/luci-minidlna/luasrc/model/cbi/minidlna.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua index 051e355212..820569261f 100644 --- a/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua +++ b/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua @@ -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 |