]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: user list: fine-tune width-flex of group and comment column
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 14:17:39 +0000 (16:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 14:17:39 +0000 (16:17 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/UserView.js

index 39ca15ec92328b5ada4f8b8615674aacfa821ced..6805e9ff9700275b93bfdc2835f469f94f882254 100644 (file)
@@ -221,14 +221,14 @@ Ext.define('PVE.dc.UserView', {
                    header: gettext('Groups'),
                    dataIndex: 'groups',
                    renderer: Ext.htmlEncode,
-                   flex: 1,
+                   flex: 2,
                },
                {
                    header: gettext('Comment'),
                    sortable: false,
                    renderer: Ext.String.htmlEncode,
                    dataIndex: 'comment',
-                   flex: 1,
+                   flex: 3,
                },
            ],
            listeners: {