Merge pull request #3846 from joweisberg/openwrt-19.07
luci-app-samba: Fix path url link to mounts
This commit is contained in:
commit
81ad3bb580
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ s.template = "cbi/tblsection"
|
|||
s:option(Value, "name", translate("Name"))
|
||||
pth = s:option(Value, "path", translate("Path"))
|
||||
if nixio.fs.access("/etc/config/fstab") then
|
||||
pth.titleref = luci.dispatcher.build_url("admin", "system", "fstab")
|
||||
pth.titleref = luci.dispatcher.build_url("admin", "system", "mounts")
|
||||
end
|
||||
|
||||
s:option(Value, "users", translate("Allowed users")).rmempty = true
|
||||
|
|
Loading…
Reference in a new issue