public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: dc/Cluster: show errors on 'join' info in the view
@ 2021-10-29  9:00 Dominik Csapak
  2021-10-29  9:02 ` Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-10-29  9:00 UTC (permalink / raw)
  To: pve-devel

so instead of getting the 'standalone node' message, the grid
is masked with the actual api error

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/manager6/dc/Cluster.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/dc/Cluster.js b/www/manager6/dc/Cluster.js
index 12fd9468..836d4661 100644
--- a/www/manager6/dc/Cluster.js
+++ b/www/manager6/dc/Cluster.js
@@ -58,6 +58,7 @@ Ext.define('PVE.ClusterAdministration', {
 			storeid: 'pve-cluster-info',
 			model: 'pve-cluster-info',
 		    });
+		    Proxmox.Utils.monStoreErrors(view, view.store);
 		    view.store.on('load', this.onLoad, this);
 		    view.on('destroy', view.store.stopUpdate);
 		},
-- 
2.30.2





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

* Re: [pve-devel] [PATCH manager] ui: dc/Cluster: show errors on 'join' info in the view
  2021-10-29  9:00 [pve-devel] [PATCH manager] ui: dc/Cluster: show errors on 'join' info in the view Dominik Csapak
@ 2021-10-29  9:02 ` Dominik Csapak
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Csapak @ 2021-10-29  9:02 UTC (permalink / raw)
  To: pve-devel

disregard this, we have to check the 'standalone' error seperately...




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

end of thread, other threads:[~2021-10-29  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29  9:00 [pve-devel] [PATCH manager] ui: dc/Cluster: show errors on 'join' info in the view Dominik Csapak
2021-10-29  9:02 ` Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal