]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamDetectorConfiguration.js
quarantines: use a check mark for the dark mode filter
[pmg-gui.git] / js / SpamDetectorConfiguration.js
index 35490d3effd0b4888ff35cd02e45c955dd123cce..f70b65bd9ba954af084bbb934cd554f9edeb9e4e 100644 (file)
@@ -11,18 +11,25 @@ Ext.define('PMG.SpamDetectorConfiguration', {
     items: [
        {
            title: gettext('Options'),
-           xtype: 'pmgSpamDetectorOptions'
+           itemId: 'options',
+           xtype: 'pmgSpamDetectorOptions',
        },
        {
            title: gettext('Quarantine'),
-           xtype: 'pmgSpamQuarantineOptions'
+           itemId: 'quarantine',
+           xtype: 'pmgSpamQuarantineOptions',
        },
        {
            title: gettext('Status'),
            itemId: 'status',
-           xtype: 'pmgSpamDetectorStatus'
-       }
-    ]
+           xtype: 'pmgSpamDetectorStatus',
+       },
+       {
+           title: gettext('Custom Scores'),
+           itemId: 'scores',
+           xtype: 'pmgSpamDetectorCustomScores',
+       },
+    ],
 });