public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager] ui: ha: status: handle 'fencing' for ordering in grid
@ 2026-04-07 10:24 Fiona Ebner
  2026-04-07 11:04 ` Dominik Rusovac
  2026-04-07 13:09 ` applied: " Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Ebner @ 2026-04-07 10:24 UTC (permalink / raw)
  To: pve-devel

As reported in the community forum [0], the 'fencing' entry might
bounce around with each API request (with certain browsers, reproduced
with Chromium 146.0.7680.164). Handle the type 'fencing' when ordering
to fix this. Order the entry directly after 'quorum', so it can be
quickly spotted.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 www/manager6/ha/StatusView.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/manager6/ha/StatusView.js b/www/manager6/ha/StatusView.js
index 50ad8e84..bc2da71f 100644
--- a/www/manager6/ha/StatusView.js
+++ b/www/manager6/ha/StatusView.js
@@ -8,9 +8,10 @@ Ext.define(
 
         sortPriority: {
             quorum: 1,
-            master: 2,
-            lrm: 3,
-            service: 4,
+            fencing: 2,
+            master: 3,
+            lrm: 4,
+            service: 5,
         },
 
         initComponent: function () {
-- 
2.47.3





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

end of thread, other threads:[~2026-04-07 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-07 10:24 [PATCH manager] ui: ha: status: handle 'fencing' for ordering in grid Fiona Ebner
2026-04-07 11:04 ` Dominik Rusovac
2026-04-07 13:09 ` applied: " Thomas Lamprecht

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