]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/QueueAdministration.js
fix #2971: DKIM: add gui setting to use From header when signing
[pmg-gui.git] / js / QueueAdministration.js
index 544439701e3b0ff53271a5e6a0885b45db5b0e16..0ed0fc6c4e2cc2df3ef2e2c6c3f032d9cc0aa793 100644 (file)
@@ -1,4 +1,3 @@
-/*global Proxmox*/
 Ext.define('PMG.QueueAdministration', {
     extend: 'Ext.tab.Panel',
     alias: 'widget.pmgQueueAdministration',
@@ -31,8 +30,8 @@ Ext.define('PMG.QueueAdministration', {
        control: {
            pmgPostfixQShape: {
                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',
+       },
+    ],
 });