followup: use boxLabel to avoid big labelWidths

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-10-25 17:38:57 +02:00
parent 743b391c50
commit 9afda559ff

View File

@ -130,8 +130,7 @@ Ext.define('PVE.window.SafeDestroy', {
xtype: 'proxmoxcheckbox',
name: 'purge',
reference: 'purgeCheckbox',
fieldLabel: gettext('Purge'),
labelWidth: 300,
boxLabel: gettext('Purge'),
checked: false,
autoEl: {
tag: 'div',