modules/admin-core: Added several cross-references to relevant configuration pages
[project/luci.git] / applications / luci-samba / luasrc / model / cbi / samba.lua
index 3fe7006..7ef9d23 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