]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/RuleConfiguration.js
change x-fa to fa
[pmg-gui.git] / js / RuleConfiguration.js
index 435c08ce0fa4f93525d6f7c929f0ccb68fd5773a..6adf432520cb46c9c3dabe8b7c74bb8e575db55c 100644 (file)
@@ -196,13 +196,13 @@ Ext.define('PMG.RulesConfiguration', {
                    xtype: 'actioncolumn',
                    items: [
                        {
-                           iconCls: 'x-fa fa-fw fa-pencil',
+                           iconCls: 'fa fa-fw fa-pencil',
                            tooltip: 'Edit',
                            handler: 'editIconClick'
                        },
                        {
                            getClass: function(val, meta, rec) {
-                               return 'x-fa fa-fw fa-' + (rec.get('active') ? 'toggle-on' : 'toggle-off');
+                               return 'fa fa-fw fa-' + (rec.get('active') ? 'toggle-on' : 'toggle-off');
                            },
                            getTip: function(val, meta, rec) {
                                return (rec.get('active') ? 'Deactivate' : 'Activate');