Merge pull request #1133 from fantom-x/luci-app-samba-browseable
luci-app-samba: add "Browsable" checkbox to each share
This commit is contained in:
commit
c36201efb0
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@ ro.rmempty = false
|
|||
ro.enabled = "yes"
|
||||
ro.disabled = "no"
|
||||
|
||||
br = s:option(Flag, "browseable", translate("Browseable"))
|
||||
br.rmempty = false
|
||||
br.default = "yes"
|
||||
br.enabled = "yes"
|
||||
br.disabled = "no"
|
||||
|
||||
go = s:option(Flag, "guest_ok", translate("Allow guests"))
|
||||
go.rmempty = false
|
||||
go.enabled = "yes"
|
||||
|
|
Loading…
Reference in a new issue