]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/ACLView.js
jslint: remove trailing commas
[pve-manager.git] / www / manager6 / dc / ACLView.js
index 61e75642d479cad835f83a61e5e8fb6d7b7c1ae1..a8460589da06e5f1c33595155cc123cbbeb78523 100644 (file)
@@ -192,6 +192,7 @@ Ext.define('PVE.dc.ACLView', {
                        items: [
                            {
                                text: gettext('Group Permission'),
+                               iconCls: 'fa fa-fw fa-group',
                                handler: function() {
                                    var win = Ext.create('PVE.dc.ACLAdd',{
                                        aclType: 'group',
@@ -203,6 +204,7 @@ Ext.define('PVE.dc.ACLView', {
                            },
                            {
                                text: gettext('User Permission'),
+                               iconCls: 'fa fa-fw fa-user',
                                handler: function() {
                                    var win = Ext.create('PVE.dc.ACLAdd',{
                                        aclType: 'user',
@@ -213,7 +215,7 @@ Ext.define('PVE.dc.ACLView', {
                                }
                            }
                        ]
-                   },
+                   }
                },
                remove_btn
            ],