]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamDetectorConfiguration.js
mobile: set button color in mail view similar to quarantine list
[pmg-gui.git] / js / SpamDetectorConfiguration.js
index f10c8dc451b773164c449c84e6f7f1ea5c1c7179..f70b65bd9ba954af084bbb934cd554f9edeb9e4e 100644 (file)
@@ -12,19 +12,24 @@ Ext.define('PMG.SpamDetectorConfiguration', {
        {
            title: gettext('Options'),
            itemId: 'options',
-           xtype: 'pmgSpamDetectorOptions'
+           xtype: 'pmgSpamDetectorOptions',
        },
        {
            title: gettext('Quarantine'),
            itemId: 'quarantine',
-           xtype: 'pmgSpamQuarantineOptions'
+           xtype: 'pmgSpamQuarantineOptions',
        },
        {
            title: gettext('Status'),
            itemId: 'status',
-           xtype: 'pmgSpamDetectorStatus'
-       }
-    ]
+           xtype: 'pmgSpamDetectorStatus',
+       },
+       {
+           title: gettext('Custom Scores'),
+           itemId: 'scores',
+           xtype: 'pmgSpamDetectorCustomScores',
+       },
+    ],
 });