mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-09 00:23:01 +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: [
|
items: [
|
||||||
{
|
{
|
||||||
text: gettext('Group Permission'),
|
text: gettext('Group Permission'),
|
||||||
|
iconCls: 'fa fa-fw fa-group',
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var win = Ext.create('PVE.dc.ACLAdd',{
|
var win = Ext.create('PVE.dc.ACLAdd',{
|
||||||
aclType: 'group',
|
aclType: 'group',
|
||||||
@ -203,6 +204,7 @@ Ext.define('PVE.dc.ACLView', {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('User Permission'),
|
text: gettext('User Permission'),
|
||||||
|
iconCls: 'fa fa-fw fa-user',
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var win = Ext.create('PVE.dc.ACLAdd',{
|
var win = Ext.create('PVE.dc.ACLAdd',{
|
||||||
aclType: 'user',
|
aclType: 'user',
|
||||||
|
Loading…
Reference in New Issue
Block a user