From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager] ui: ha: status: handle 'fencing' for ordering in grid
Date: Tue, 7 Apr 2026 12:24:46 +0200 [thread overview]
Message-ID: <20260407102518.57975-1-f.ebner@proxmox.com> (raw)
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
next reply other threads:[~2026-04-07 10:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 10:24 Fiona Ebner [this message]
2026-04-07 11:04 ` Dominik Rusovac
2026-04-07 13:09 ` applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260407102518.57975-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.