safe destroy: indentation fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-11 15:40:02 +02:00
parent a69f23580e
commit 66cc6d92b8

View File

@ -124,9 +124,11 @@ Ext.define('Proxmox.window.SafeDestroy', {
me.items = [
{
xtype: 'component',
cls: [Ext.baseCSSPrefix + 'message-box-icon',
Ext.baseCSSPrefix + 'message-box-warning',
Ext.baseCSSPrefix + 'dlg-icon'],
cls: [
Ext.baseCSSPrefix + 'message-box-icon',
Ext.baseCSSPrefix + 'message-box-warning',
Ext.baseCSSPrefix + 'dlg-icon',
],
},
{
xtype: 'container',