luci-app-samba: Fix path url link to mounts

Signed-off-by: joweisberg <jo.weisberg@gmail.com>
This commit is contained in:
joweisberg 2020-04-05 20:06:40 +02:00
parent de52000e61
commit c7b9a85f8d

View file

@ -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