From 07054c38a881422305640e7705650cc2a4fe8d7b Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Sat, 11 Dec 2021 23:08:30 +0800 Subject: [PATCH] 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 --- 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 85338d625..00b0590de 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", "mounts") + pth.titleref = luci.dispatcher.build_url("admin", "system", "fstab") end pth.rmempty = false pth.size = 10