]> git.proxmox.com Git - pve-manager.git/commit
ui: tree/ResourceTree: show Tags in tree
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 16 Nov 2022 15:48:13 +0000 (16:48 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 17:21:23 +0000 (18:21 +0100)
commit366558a79db9cdd0de73fef61cd734319632020e
tree8e677a0ca6643a9fd8c44d24928a1a89d5668c5d
parentd70be8cd7334f38cdf2230bcb532742cebbdf558
ui: tree/ResourceTree: show Tags in tree

and update the treenodes when the tags change.
since we change the vm node text (which we pass through to the config
panel), we have to change how we generate the text there slightly
(otherwise that would include the rendered tags)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/data/ResourceStore.js
www/manager6/lxc/Config.js
www/manager6/qemu/Config.js
www/manager6/tree/ResourceTree.js