mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 04:31:08 +00:00
HA/Groups: add onlineHelp button to edit window
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5eff07f74c
commit
2c195fdd99
@ -1,8 +1,9 @@
|
|||||||
Ext.define('PVE.ha.GroupInputPanel', {
|
Ext.define('PVE.ha.GroupInputPanel', {
|
||||||
extend: 'PVE.panel.InputPanel',
|
extend: 'PVE.panel.InputPanel',
|
||||||
|
onlineHelp: 'chapter-ha-manager.html#_groups',
|
||||||
|
|
||||||
groupId: undefined,
|
groupId: undefined,
|
||||||
|
|
||||||
onGetValues: function(values) {
|
onGetValues: function(values) {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user