HA/Groups: add onlineHelp button to edit window

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2016-10-06 14:07:23 +02:00 committed by Dietmar Maurer
parent 5eff07f74c
commit 2c195fdd99

View File

@ -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;