From: Erik Fastermann <e.fastermann@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Erik Fastermann <e.fastermann@proxmox.com>
Subject: [PATCH pve-manager] fix #6348: ui: bulk action: use tag style full
Date: Wed, 13 May 2026 13:25:00 +0200 [thread overview]
Message-ID: <20260513112500.149685-1-e.fastermann@proxmox.com> (raw)
Use the tag style full in the bulk action table to bring this component
more in line with the rest of the GUI.
Not using the tree config option, since the other components also have
the tag style hardcoded to full. This is the simplest change for now
and should solve the user's initial problem.
Signed-off-by: Erik Fastermann <e.fastermann@proxmox.com>
---
www/manager6/form/VMSelector.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/form/VMSelector.js b/www/manager6/form/VMSelector.js
index 57aa73a7..a7133522 100644
--- a/www/manager6/form/VMSelector.js
+++ b/www/manager6/form/VMSelector.js
@@ -18,7 +18,7 @@ Ext.define('PVE.form.VMSelector', {
sorters: 'vmid',
},
- userCls: 'proxmox-tags-circle',
+ userCls: 'proxmox-tags-full',
columnsDeclaration: [
{
--
2.47.3
next reply other threads:[~2026-05-13 11:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-13 11:25 Erik Fastermann [this message]
2026-05-15 7:00 ` [PATCH pve-manager] fix #6348: ui: bulk action: use tag style full Dominik Csapak
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=20260513112500.149685-1-e.fastermann@proxmox.com \
--to=e.fastermann@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox