mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 12:06:08 +00:00
followup: use boxLabel to avoid big labelWidths
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
743b391c50
commit
9afda559ff
@ -130,8 +130,7 @@ Ext.define('PVE.window.SafeDestroy', {
|
|||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'purge',
|
name: 'purge',
|
||||||
reference: 'purgeCheckbox',
|
reference: 'purgeCheckbox',
|
||||||
fieldLabel: gettext('Purge'),
|
boxLabel: gettext('Purge'),
|
||||||
labelWidth: 300,
|
|
||||||
checked: false,
|
checked: false,
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
|
Loading…
Reference in New Issue
Block a user