]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/QueueAdministration.js
object editors: rework so that default label width fits everywhere
[pmg-gui.git] / js / QueueAdministration.js
index e72a9f956a36c3952ad52762e1011c91bfef5b07..0ed0fc6c4e2cc2df3ef2e2c6c3f032d9cc0aa793 100644 (file)
@@ -1,4 +1,3 @@
-/*global Proxmox*/
 Ext.define('PMG.QueueAdministration', {
     extend: 'Ext.tab.Panel',
     alias: 'widget.pmgQueueAdministration',
@@ -30,9 +29,9 @@ Ext.define('PMG.QueueAdministration', {
 
        control: {
            pmgPostfixQShape: {
-               itemdblclick: 'onSelect'
-           }
-       }
+               itemdblclick: 'onSelect',
+           },
+       },
     },
 
     items: [
@@ -40,14 +39,14 @@ Ext.define('PMG.QueueAdministration', {
            title: gettext('Summary'),
            nodename: Proxmox.NodeName,
            itemId: 'qshape',
-           xtype: 'pmgPostfixQShape'
+           xtype: 'pmgPostfixQShape',
        },
        {
            title: gettext('Deferred Mail'),
            nodename: Proxmox.NodeName,
            reference: 'mailq',
            itemId: 'mailqueue',
-           xtype: 'pmgPostfixMailQueue'
-       }
-    ]
+           xtype: 'pmgPostfixMailQueue',
+       },
+    ],
 });