mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-cifs-mounts: fix the URL to mounts (#8345)
Co-authored-by: klever1988 <56048681+klever1988@users.noreply.github.com>
This commit is contained in:
parent
899ff7b21a
commit
647505ec81
@ -28,7 +28,7 @@ name.size = 8
|
|||||||
|
|
||||||
pth = s:option(Value, "natpath", translate("Mount Path"))
|
pth = s:option(Value, "natpath", translate("Mount Path"))
|
||||||
if nixio.fs.access("/etc/config/fstab") then
|
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
|
end
|
||||||
pth.rmempty = false
|
pth.rmempty = false
|
||||||
pth.size = 10
|
pth.size = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user