luci-app-samba: Shared directory help text.

A forum.lede-project.org member had trouble understanding how to configure Samba.
This is help text for Shared Directories.

Signed-off-by: Bob Meizlik <bobmseagithub@squakmt.com>
[whitespace fixed]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Bob 2017-07-30 16:59:59 -07:00 committed by Jo-Philipp Wich
parent 99f7794311
commit 56424931bb

View file

@ -36,7 +36,8 @@ function tmpl.write(self, section, value)
end
s = m:section(TypedSection, "sambashare", translate("Shared Directories"))
s = m:section(TypedSection, "sambashare", translate("Shared Directories")
, translate("Please add directories to share. Each directory refers to a folder on a mounted device."))
s.anonymous = true
s.addremove = true
s.template = "cbi/tblsection"