ui: FirewallRules.js: fix #3049 wider rule number column

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>
This commit is contained in:
Aaron Lauterer 2020-10-01 14:18:40 +02:00 committed by Thomas Lamprecht
parent 43ff41c6c5
commit 4176774b5a

View 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,