]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/NavigationTree.js
NavigationTree.js - include new statistic pages
[pmg-gui.git] / js / NavigationTree.js
index 6150fdfa389b581efbd77d7b721b66595e3cbcb5..fd4a1a95eb9e5e039624eb5534799791859a2cd7 100644 (file)
@@ -97,8 +97,23 @@ Ext.define('PMG.store.NavigationStore', {
                    {
                        text: gettext('Statistics'),
                        iconCls: 'fa fa-bar-chart',
-                       path: 'pmgMailStatistics',
-                       leaf: true,
+                       border: false,
+                       path: 'pmgGeneralMailStatistics',
+                       expanded: true,
+                       children: [
+                           {
+                               text: gettext('Spam Scores'),
+                               path: 'pmgSpamScoreDistribution',
+                               border: false,
+                               leaf: true
+                           },
+                           {
+                               text: gettext('Virus  Charts'),
+                               path: 'pmgVirusCharts',
+                               border: false,
+                               leaf: true
+                           }
+                       ]
                    },
                    {
                        text: gettext('Quarantine'),