5
0
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:
Thomas Lamprecht 2020-10-31 11:36:48 +01:00
parent ba2e4b15da
commit 54adea366c

View File

@ -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',
},