[pve-devel] [PATCH manager] HA/Groups: add onlineHelp button to edit window
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Oct 6 14:07:23 CEST 2016
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
www/manager6/ha/GroupEdit.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/manager6/ha/GroupEdit.js b/www/manager6/ha/GroupEdit.js
index 0d9c3c5..70df573 100644
--- a/www/manager6/ha/GroupEdit.js
+++ b/www/manager6/ha/GroupEdit.js
@@ -1,8 +1,9 @@
Ext.define('PVE.ha.GroupInputPanel', {
extend: 'PVE.panel.InputPanel',
+ onlineHelp: 'chapter-ha-manager.html#_groups',
groupId: undefined,
-
+
onGetValues: function(values) {
var me = this;
--
2.1.4
More information about the pve-devel
mailing list