[pve-devel] applied-series: [PATCH docs/widget-toolkit/manager v3] implement tagview
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Nov 11 15:26:11 CET 2024
Am 11.11.24 um 14:58 schrieb Dominik Csapak:
> On 11/10/24 12:22, Thomas Lamprecht wrote:
>> What would be nice to have is to optionally show also nodes and storage entries
>> for the tag and pool views, so that these views can be used as only one to fully
>> manage all resources. This probably should even become an opt-out setting.
>
> that should be (relatively) easy, so I'll whip something up. any preferred
> order on the types on the same level (i.e. do you want the nodes/storages
> below the untagged/unpooled guests, or above?)
I'd go for below, to not get in-between guests.
>>
>> semi-related, allowing one to group (shared) storages with the same name might
>> also be great to make the resource tree clearer and quicker to find things if
>> one has more than a few nodes/storages. I.e., I'd join the list of nodes in the
>> tree where the current node name is and add a node selector filtered to the
>> available nodes in the storage view to allow selecting another node, that way
>> we might even group storages that are distinct on every node, or leave that up
>> to select, i.e.:
>>
>> Group Storages: [ Default (No) ]
>> | No |
>> | Shared Only |
>> | All |
>
> ok, i think i understand what you want here, but not sure how much work that is.
> Currently we only have one 'grouping' per view so to introduce 'grouping per type'
> is probably not that easy...
>
> I'll see how it could work regardless
I think that especially grouping local ones could have some odd edge cases, like
for the available-storage capacity bar, so it might be fine to skip the "group
all" case for the beginning and have only the "group none" and "group shared"
ones.
>
> do i understand correctly that this would not exist in the server view,
> only in tag/pool/folder ?
yes, in the server view I would not make sense, as one can only have one
storage with the same Id per node anyway.
> (where multiple storages with the same name appear on the same level)
>
exactly, so tag, pool and also folder view.
More information about the pve-devel
mailing list