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:
parent
9dd6175808
commit
b783591fb5
@ -595,6 +595,7 @@ Ext.define('PBS.DataStoreContent', {
|
||||
header: gettext('Actions'),
|
||||
xtype: 'actioncolumn',
|
||||
dataIndex: 'text',
|
||||
width: 120,
|
||||
items: [
|
||||
{
|
||||
handler: 'onVerify',
|
||||
|
Loading…
Reference in New Issue
Block a user