]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ha/ressources: fix toggling edit button on selection
authorAaron Lauterer <a.lauterer@proxmox.com>
Wed, 7 Jul 2021 11:36:34 +0000 (13:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jul 2021 12:20:16 +0000 (14:20 +0200)
It needs to be a 'proxmoxButton' to get activated when selecting a HA
ressource. This was lost during the last code cleanup, commit d11524c.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/ha/Resources.js

index b13484c0fb52f591dcd6d06d0b3b9ecf6ae0d0ad..edfadde2267048b2e6ae858b5a95eb7bc8402b10 100644 (file)
@@ -67,6 +67,7 @@ Ext.define('PVE.ha.ResourcesView', {
                    },
                },
                {
+                   xtype: 'proxmoxButton',
                    text: gettext('Edit'),
                    disabled: true,
                    selModel: sm,