mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Revert "luci-app-cifs-mounts: fix the URL to mounts (#8345)"
This reverts commit 647505ec81
.
This is incorrect on luci 18.06.
Reported-by: GitHub user flyhong666
This commit is contained in:
parent
be692b5939
commit
07054c38a8
@ -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", "mounts")
|
pth.titleref = luci.dispatcher.build_url("admin", "system", "fstab")
|
||||||
end
|
end
|
||||||
pth.rmempty = false
|
pth.rmempty = false
|
||||||
pth.size = 10
|
pth.size = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user