]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: FirewallRules.js: fix #3049 wider rule number column
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 1 Oct 2020 12:18:40 +0000 (14:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Oct 2020 14:35:26 +0000 (16:35 +0200)
Allows 2 digits rule numbers to be visible in the column. Made it a bit
wider than needed to account for potentially wider font rendering on
different platforms.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/grid/FirewallRules.js

index ec2d1c841e9d1932b0ad2dd6ef5dbb60d019eba8..42035129b0a3dbd25bcf5799d23fb3690b378eb6 100644 (file)
@@ -629,7 +629,7 @@ Ext.define('PVE.FirewallRules', {
                // similar to xtype: 'rownumberer',
                dataIndex: 'pos',
                resizable: false,
-               width: 23,
+               width: 42,
                sortable: false,
                align: 'right',
                hideable: false,