all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: ha/ressources: fix toggling edit button on selection
@ 2021-07-07 11:36 Aaron Lauterer
  2021-07-07 12:21 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lauterer @ 2021-07-07 11:36 UTC (permalink / raw)
  To: pve-devel

It needs to be a 'proxmoxButton' to get activated when selecting a HA
ressource. This was lost during the last code cleanup, commit a69e943.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
 www/manager6/ha/Resources.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/ha/Resources.js b/www/manager6/ha/Resources.js
index b13484c0..edfadde2 100644
--- a/www/manager6/ha/Resources.js
+++ b/www/manager6/ha/Resources.js
@@ -67,6 +67,7 @@ Ext.define('PVE.ha.ResourcesView', {
 		    },
 		},
 		{
+		    xtype: 'proxmoxButton',
 		    text: gettext('Edit'),
 		    disabled: true,
 		    selModel: sm,
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] ui: ha/ressources: fix toggling edit button on selection
  2021-07-07 11:36 [pve-devel] [PATCH manager] ui: ha/ressources: fix toggling edit button on selection Aaron Lauterer
@ 2021-07-07 12:21 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-07-07 12:21 UTC (permalink / raw)
  To: Proxmox VE development discussion, Aaron Lauterer

On 07.07.21 13:36, Aaron Lauterer wrote:
> It needs to be a 'proxmoxButton' to get activated when selecting a HA
> ressource. This was lost during the last code cleanup, commit a69e943.
> 
> Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
> ---
>  www/manager6/ha/Resources.js | 1 +
>  1 file changed, 1 insertion(+)
> 
>

applied to master and stable-6, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-07 12:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 11:36 [pve-devel] [PATCH manager] ui: ha/ressources: fix toggling edit button on selection Aaron Lauterer
2021-07-07 12:21 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal