mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-19 13:32:27 +00:00
safe destroy: indentation fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a69f23580e
commit
66cc6d92b8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user