]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamDetectorConfiguration.js
fix #4818: Revert "UserEdit: add minLength of 4 to username field"
[pmg-gui.git] / js / SpamDetectorConfiguration.js
index 5190017d1a8e30aa50f809c18f550a1e284d5c42..f70b65bd9ba954af084bbb934cd554f9edeb9e4e 100644 (file)
@@ -11,21 +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('Backscatter'),
-           html: 'Backscatter'
+           title: gettext('Status'),
+           itemId: 'status',
+           xtype: 'pmgSpamDetectorStatus',
        },
        {
-           title: gettext('Theme'),
-           html: 'Theme'
-       }
-    ]
+           title: gettext('Custom Scores'),
+           itemId: 'scores',
+           xtype: 'pmgSpamDetectorCustomScores',
+       },
+    ],
 });