mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-08-06 17:13:43 +08:00
Revert "luci-app-cifs-mounts: fix the URL to mounts (#8345)"
This reverts commit 647505ec81ef112bb51ded68f4c69ba667a91851. 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"))
|
||||
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
|
||||
pth.rmempty = false
|
||||
pth.size = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user