From b783591fb52a09980b842c135db368895f23bfab Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Nov 2020 12:31:12 +0100 Subject: [PATCH] ui: datastore content: ensure action column is wide enough with the "change owner" action added we now need more than the default of 100 px, so increase to 120 px for now. Signed-off-by: Thomas Lamprecht --- www/datastore/Content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/datastore/Content.js b/www/datastore/Content.js index 1901e694..aa749813 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -595,6 +595,7 @@ Ext.define('PBS.DataStoreContent', { header: gettext('Actions'), xtype: 'actioncolumn', dataIndex: 'text', + width: 120, items: [ { handler: 'onVerify',