]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: node/datacenter summary: show tags by default and flex that column
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Dec 2022 11:57:33 +0000 (12:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Dec 2022 11:57:33 +0000 (12:57 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/data/ResourceStore.js

index ed1f4699ecfc9d15b556d488cb4d4e1969daf182..91473a547ac39fcf3614d457b8c4474040fa3e43 100644 (file)
@@ -297,9 +297,10 @@ Ext.define('PVE.data.ResourceStore', {
                header: gettext('Tags'),
                renderer: (value) => PVE.Utils.renderTags(value, PVE.Utils.tagOverrides),
                type: 'string',
-               hidden: true,
                sortable: true,
+               flex: 1,
            },
+           // note: flex only last column to keep info closer together
        };
 
        let fields = [];