]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamDetectorConfiguration.js
spam detector: custom rules: move apply/revert buttons to pending section
[pmg-gui.git] / js / SpamDetectorConfiguration.js
index 6b820eeaf772baa9942286b09b674ea11ca7eca5..f70b65bd9ba954af084bbb934cd554f9edeb9e4e 100644 (file)
@@ -11,17 +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('Theme'),
-           html: 'Theme'
-       }
-    ]
+           title: gettext('Status'),
+           itemId: 'status',
+           xtype: 'pmgSpamDetectorStatus',
+       },
+       {
+           title: gettext('Custom Scores'),
+           itemId: 'scores',
+           xtype: 'pmgSpamDetectorCustomScores',
+       },
+    ],
 });