mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-08 16:52:59 +00:00
add icons for user/group in aclview
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
b1d8e73d15
commit
25f08bacd0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user