From: Dominik Csapak Date: Thu, 20 May 2021 14:59:15 +0000 (+0200) Subject: ui: dc/RoleView: add variableRowHeight X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=aacfcde0e6592d21601d28bb3993213f2cdd351b;p=pve-manager.git ui: dc/RoleView: add variableRowHeight otherwise the grid is confused about the row height (since it is variable here) and renders the scrollbars weirdly Signed-off-by: Dominik Csapak --- diff --git a/www/manager6/dc/RoleView.js b/www/manager6/dc/RoleView.js index eccb35d0..e4247e23 100644 --- a/www/manager6/dc/RoleView.js +++ b/www/manager6/dc/RoleView.js @@ -71,6 +71,7 @@ Ext.define('PVE.dc.RoleView', { metaData.style = 'white-space:normal;'; // allow word wrap return value.replace(/,/g, ' '); }, + variableRowHeight: true, dataIndex: 'privs', flex: 1, },