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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-09 12:31:12 +01:00
parent 9dd6175808
commit b783591fb5

View File

@ -595,6 +595,7 @@ Ext.define('PBS.DataStoreContent', {
header: gettext('Actions'),
xtype: 'actioncolumn',
dataIndex: 'text',
width: 120,
items: [
{
handler: 'onVerify',