]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/window/SafeDestroy.js
safe destroy: indentation fix
[proxmox-widget-toolkit.git] / src / window / SafeDestroy.js
index 474c21e8d0173def030440630391176760c0c96e..ad12dd55bca00df333a6947b1d310c7ca2679bff 100644 (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',