]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/QuarantineList.js
implement multiselection of spamquarantine mails
[pmg-gui.git] / js / QuarantineList.js
index fcfa3b4cc814ce99eb1ea41fdef295d1154fc03d..597e573d7ceb3b684e4666447736ea5740d81f03 100644 (file)
@@ -18,6 +18,10 @@ Ext.define('PMG.QuarantineList', {
        to: 0
     },
 
+    selModel: {
+       selType: 'checkboxmodel'
+    },
+
     controller: {
        xclass: 'Ext.app.ViewController',