[pve-devel] [PATCH manager] Add link to terms glossary when adding an ACL
Emmanuel Kasper
e.kasper at proxmox.com
Thu Sep 8 14:46:54 CEST 2016
This is especially needed to know what is the synthax of the Path
input field
---
www/manager6/dc/ACLView.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/manager6/dc/ACLView.js b/www/manager6/dc/ACLView.js
index 35d768e..989aa99 100644
--- a/www/manager6/dc/ACLView.js
+++ b/www/manager6/dc/ACLView.js
@@ -56,7 +56,8 @@ Ext.define('PVE.dc.ACLAdd', {
}
var ipanel = Ext.create('PVE.panel.InputPanel', {
- items: items
+ items: items,
+ onlineHelp: 'chapter-pveum.html#_terms_and_definitions'
});
Ext.apply(me, {
--
2.1.4
More information about the pve-devel
mailing list