]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/NavigationTree.js
add Attachment Quarantine
[pmg-gui.git] / js / NavigationTree.js
index 342c715b91be9c004f16e95e643b1d43927e8688..b14cf1f03e0911d562157b9bdd28d1a565736151 100644 (file)
@@ -106,6 +106,12 @@ Ext.define('PMG.store.NavigationStore', {
                        path: 'pmgVirusQuarantine',
                        leaf: true
                    },
+                   {
+                       text: gettext('Attachment Quarantine'),
+                       iconCls: 'fa fa-paperclip',
+                       path: 'pmgAttachmentQuarantine',
+                       leaf: true
+                   },
                    {
                        text: gettext('User Whitelist'),
                        iconCls: 'fa fa-file-o',