From 54adea366cc2f32f28984adcf37029b86aa303e7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 31 Oct 2020 11:36:48 +0100 Subject: [PATCH] ui: ACL view: do not save grid state Signed-off-by: Thomas Lamprecht --- www/config/ACLView.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/www/config/ACLView.js b/www/config/ACLView.js index 2fe20524..bf1ea6a9 100644 --- a/www/config/ACLView.js +++ b/www/config/ACLView.js @@ -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', },