public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: Erik Fastermann <e.fastermann@proxmox.com>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH pve-manager] fix #6348: ui: bulk action: use tag style full
Date: Fri, 15 May 2026 09:00:44 +0200	[thread overview]
Message-ID: <0b1f1316-dfb4-427c-a7a2-c5d6d5db0a9f@proxmox.com> (raw)
In-Reply-To: <20260513112500.149685-1-e.fastermann@proxmox.com>

Hi,

IMO this does not really fix the bug since it was opened for applying
the tree style to the remaining view.

The problem here is that we don't have much space, and on systems with
many tags it is less clear which ones are there, since they simply
get cut off.


This was the reason why mulitple styles were implemented in the first
place; if someone has just a few tags, the full style can be fine,
but with e.g. 5+ tags per vm this gets overwhelming fast and a
simple 'color' view can be better.

So instead of using always full here, i'd still probably opt for
re-using the tree style here. If there are more places we apply
this style to, we could even rename it to simply "tag style"
(at least in the ui)


On 5/13/26 1:25 PM, Erik Fastermann wrote:
> 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: [
>           {





      reply	other threads:[~2026-05-15  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-13 11:25 [PATCH pve-manager] fix #6348: ui: bulk action: use tag style full Erik Fastermann
2026-05-15  7:00 ` Dominik Csapak [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=0b1f1316-dfb4-427c-a7a2-c5d6d5db0a9f@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal