From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pve-devel@lists.proxmox.com, Stefan Hanreich <s.hanreich@proxmox.com>
Subject: applied: [PATCH pve-manager 1/1] sdn: wg interface panel: fix rendering peer list in chrome
Date: Sat, 16 May 2026 20:59:19 +0200 [thread overview]
Message-ID: <177895794538.244346.17427322023431878563.b4-ty@b4> (raw)
In-Reply-To: <20260515152940.449246-1-s.hanreich@proxmox.com>
On Fri, 15 May 2026 17:29:39 +0200, Stefan Hanreich wrote:
> Rendering the peer list only worked in Firefox, but not chrome-based
> browsers. This was caused by a race condition when setting the
> availablePeers and selectedPeers property of the WireGuard
> PeerSelectionPanel. Rendering the list only worked when the
> availablePeers were set before the selectedPeers, because the peer
> list was generated in the setSelectedPeers method, which gets invoked
> when the selectedPeers config property gets set. If the availablePeers
> property gets set afterwards, then the selectedPeers method does not
> generate any entry because availablePeers is empty and the for loop in
> setSelectedPeers is a no-op.
>
> [...]
Applied, thanks!
[1/1] sdn: wg interface panel: fix rendering peer list in chrome
commit: 5cc53243bb5b4c17b1a17e62a60217a75521e142
prev parent reply other threads:[~2026-05-16 18:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 15:29 [PATCH pve-manager 1/1] sdn: wg interface panel: fix rendering peer list in chrome Stefan Hanreich
2026-05-16 18:59 ` Thomas Lamprecht [this message]
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=177895794538.244346.17427322023431878563.b4-ty@b4 \
--to=t.lamprecht@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=s.hanreich@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.