* [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* Re: [PATCH manager] ui: ha: status: handle 'fencing' for ordering in grid
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
1 sibling, 0 replies; 3+ messages in thread
From: Dominik Rusovac @ 2026-04-07 11:04 UTC (permalink / raw)
To: Fiona Ebner, pve-devel
planned on doing the very same thing
On Tue Apr 7, 2026 at 12:24 PM CEST, Fiona Ebner wrote:
> 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.
reasonable order, imo
>
> 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 () {
lgtm
Reviewed-by: Dominik Rusovac <d.rusovac@proxmox.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* applied: [PATCH manager] ui: ha: status: handle 'fencing' for ordering in grid
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 ` Thomas Lamprecht
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lamprecht @ 2026-04-07 13:09 UTC (permalink / raw)
To: pve-devel, Fiona Ebner
On Tue, 07 Apr 2026 12:24:46 +0200, Fiona Ebner wrote:
> 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.
>
>
> [...]
Applied, thanks!
[1/1] ui: ha: status: handle 'fencing' for ordering in grid
commit: 7ed516c3ebfd23c69603ce28c8c831cb0f97fa9d
^ 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 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.