]> 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 2c0d7550aba6a622dc3e3823018eeef9c8fc8161..f70b65bd9ba954af084bbb934cd554f9edeb9e4e 100644 (file)
@@ -12,24 +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'
+           xtype: 'pmgSpamDetectorCustomScores',
        },
-    ]
+    ],
 });