]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/QueueAdministration.js
remove BETA, do not display repoid
[pmg-gui.git] / js / QueueAdministration.js
index b24d40e1b916a3d3f421102321af0b5b050f1423..e72a9f956a36c3952ad52762e1011c91bfef5b07 100644 (file)
@@ -1,3 +1,4 @@
+/*global Proxmox*/
 Ext.define('PMG.QueueAdministration', {
     extend: 'Ext.tab.Panel',
     alias: 'widget.pmgQueueAdministration',
@@ -29,7 +30,7 @@ Ext.define('PMG.QueueAdministration', {
 
        control: {
            pmgPostfixQShape: {
-               itemdblclick: 'onSelect',
+               itemdblclick: 'onSelect'
            }
        }
     },
@@ -37,12 +38,15 @@ Ext.define('PMG.QueueAdministration', {
     items: [
        {
            title: gettext('Summary'),
+           nodename: Proxmox.NodeName,
+           itemId: 'qshape',
            xtype: 'pmgPostfixQShape'
        },
        {
-           title: gettext('Deferred Mails'),
+           title: gettext('Deferred Mail'),
            nodename: Proxmox.NodeName,
            reference: 'mailq',
+           itemId: 'mailqueue',
            xtype: 'pmgPostfixMailQueue'
        }
     ]