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:
Beginner 2021-11-30 01:22:29 +08:00 committed by GitHub
parent 899ff7b21a
commit 647505ec81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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", "fstab")
pth.titleref = luci.dispatcher.build_url("admin", "system", "mounts")
end
pth.rmempty = false
pth.size = 10