mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-19 16:11:00 +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 = [
|
me.items = [
|
||||||
{
|
{
|
||||||
xtype: 'component',
|
xtype: 'component',
|
||||||
cls: [Ext.baseCSSPrefix + 'message-box-icon',
|
cls: [
|
||||||
Ext.baseCSSPrefix + 'message-box-warning',
|
Ext.baseCSSPrefix + 'message-box-icon',
|
||||||
Ext.baseCSSPrefix + 'dlg-icon'],
|
Ext.baseCSSPrefix + 'message-box-warning',
|
||||||
|
Ext.baseCSSPrefix + 'dlg-icon',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'container',
|
xtype: 'container',
|
||||||
|
Loading…
Reference in New Issue
Block a user