From 647505ec81ef112bb51ded68f4c69ba667a91851 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Tue, 30 Nov 2021 01:22:29 +0800 Subject: [PATCH] luci-app-cifs-mounts: fix the URL to mounts (#8345) Co-authored-by: klever1988 <56048681+klever1988@users.noreply.github.com> --- package/lean/luci-app-cifs-mount/luasrc/model/cbi/cifs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-cifs-mount/luasrc/model/cbi/cifs.lua b/package/lean/luci-app-cifs-mount/luasrc/model/cbi/cifs.lua index 00b0590de..85338d625 100644 --- a/package/lean/luci-app-cifs-mount/luasrc/model/cbi/cifs.lua +++ b/package/lean/luci-app-cifs-mount/luasrc/model/cbi/cifs.lua @@ -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