]> git.proxmox.com Git - pmg-gui.git/commitdiff
add archivefilter,spamlevel and filenamefilter to the otype_list
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 13 Sep 2017 13:10:40 +0000 (15:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 14 Sep 2017 04:29:39 +0000 (06:29 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/ObjectGroupConfiguration.js

index 68c11750bdc178d93cb1d0653e395cc802b80c81..0694ea07891ad1824eaffcc174f23ff74d4054a4 100644 (file)
@@ -91,6 +91,6 @@ Ext.define('PMG.WhatConfiguration', {
     xtype: 'pmgWhatConfiguration',
 
     ogclass: 'what',
-    otype_list: [3002, 3003]
+    otype_list: [3000, 3002, 3003, 3004, 3005]
 });