]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: firewall grid: rename Enable column to shorter On
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Feb 2021 13:30:08 +0000 (14:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Feb 2021 13:30:08 +0000 (14:30 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/grid/FirewallRules.js

index cb9966ca08c208cad20fd0165e6312e3088ed4c9..b6454036d475524b3ca2bd3dbaa602068ebcfff7 100644 (file)
@@ -643,7 +643,7 @@ Ext.define('PVE.FirewallRules', {
            },
            {
                xtype: 'checkcolumn',
-               header: gettext('Enable'),
+               header: gettext('On'),
                dataIndex: 'enable',
                listeners: {
                    checkchange: function(column, recordIndex, checked) {
@@ -659,8 +659,7 @@ Ext.define('PVE.FirewallRules', {
                        me.updateRule(data);
                    },
                },
-               minWidth: 50,
-               flex: 2,
+               width: 40,
            },
            {
                header: gettext('Type'),