]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/RuleInfo.js
remove action text and resize column
[pmg-gui.git] / js / RuleInfo.js
index 91fef6f510ed16e4ed7e5e3fa1f15ce077bdb553..4b9236070f6b4cdb3f2fd8570789054bd58f20d8 100644 (file)
@@ -301,9 +301,10 @@ Ext.define('PMG.RuleInfo', {
                    flex: 1
                },
                {
-                   header: gettext('Actions'),
+                   text: '',
                    xtype: 'actioncolumn',
-                   width: 65,
+                   align: 'center',
+                   width: 40,
                    items: [
                        {
                            iconCls: 'fa fa-fw fa-minus-circle',
@@ -351,9 +352,10 @@ Ext.define('PMG.RuleInfo', {
                        flex: 1
                    },
                    {
-                       header: gettext('Actions'),
-                       width: 65,
+                       text: '',
                        xtype: 'actioncolumn',
+                       align: 'center',
+                       width: 40,
                        items: [
                            {
                                iconCls: 'fa fa-fw fa-plus-circle',