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:
parent
43ff41c6c5
commit
4176774b5a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user