modules/admin-core: Added several cross-references to relevant configuration pages
[project/luci.git] / applications / luci-samba / luasrc / model / cbi / samba.lua
index 3fe7006e3e62f84389b00f3cb013916fcb2f58e5..7ef9d239b2891057e3f8057e5a603c8581b4e692 100644 (file)
@@ -30,7 +30,7 @@ s.addremove = true
 s.template = "cbi/tblsection"
 
 s:option(Value, "name", translate("name"))
-s:option(Value, "path")
+s:option(Value, "path").titleref = luci.dispatcher.build_url("admin", "system", "fstab")
 
 s:option(Value, "users").rmempty = true