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:
AmadeusGhost 2021-12-11 23:08:30 +08:00
parent be692b5939
commit 07054c38a8

View File

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