mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2024-12-22 13:34:16 +03:00
ui: ACL view: do not save grid state
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ba2e4b15da
commit
54adea366c
@ -20,9 +20,6 @@ Ext.define('PBS.config.ACLView', {
|
||||
extend: 'Ext.grid.GridPanel',
|
||||
alias: 'widget.pbsACLView',
|
||||
|
||||
stateful: true,
|
||||
stateId: 'grid-acls',
|
||||
|
||||
title: gettext('Permissions'),
|
||||
|
||||
aclPath: undefined,
|
||||
@ -156,14 +153,14 @@ Ext.define('PBS.config.ACLView', {
|
||||
},
|
||||
{
|
||||
header: gettext('User/Group/API Token'),
|
||||
width: 150,
|
||||
width: 200,
|
||||
sortable: true,
|
||||
renderer: Ext.String.htmlEncode,
|
||||
dataIndex: 'ugid',
|
||||
},
|
||||
{
|
||||
header: gettext('Role'),
|
||||
width: 100,
|
||||
width: 200,
|
||||
sortable: true,
|
||||
dataIndex: 'roleid',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user