this adds a 'tagview' to the web ui, organizing guests by their tags (for details see the pve-manager patch)
changes from v1: * rebase on master * adapt to recent tooltip changes * add a comment to TagConfig class to better explain what it does pve-docs: Dominik Csapak (1): gui: add anchor for tags chapter pve-gui.adoc | 1 + 1 file changed, 1 insertion(+) proxmox-widget-toolkit: Dominik Csapak (1): css: add some conditions to the tag classes for the tag view src/css/ext6-pmx.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) pve-manager: Dominik Csapak (1): ui: implement 'Tag View' for the resource tree www/manager6/Makefile | 1 + www/manager6/Workspace.js | 3 +- www/manager6/form/ViewSelector.js | 32 ++++++++++++++++++ www/manager6/grid/ResourceGrid.js | 2 +- www/manager6/panel/TagConfig.js | 8 +++++ www/manager6/tree/ResourceTree.js | 54 +++++++++++++++++++++++++++---- 6 files changed, 92 insertions(+), 8 deletions(-) create mode 100644 www/manager6/panel/TagConfig.js -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel