[pve-devel] [PATCH manager v2 1/1] ui: implement 'Tag View' for the resource tree
Dominik Csapak
d.csapak at proxmox.com
Mon Feb 26 08:25:14 CET 2024
On 2/16/24 15:42, Fiona Ebner wrote:
> No real issues found during testing, but there is one thing that bugs
> me: if I have selected a guest either:
> - without tags and add a tag
> or
> - within the current tag group and remove that tag
> then the selections for the guest is lost. Since it's the selection in
> the resource view, this also affects the main area as a consequence and
> feels a bit disruptive.
>
do you mean that you have e.g. 100 selected in the 'foo' tag group
and then removed 'foo' -> select of the datacenter level?
if yes, this is not easily solvable without special handle certain
circumstances...
e.g. consider this:
vm 100 has 3 tags: foo,bar,baz
you have selected it in the 'foo' group and remove the 'foo' tag
which should now be selected? the entry in the 'bar' or 'baz' group?
the two scenarios that i could imagine would be nice is from
none -> 1 tag and reverse
but sadly the tag adding code and the selection logic
are rather separated, but i can think about how we could solve that
thanks!
More information about the pve-devel
mailing list