From 16e23ef4df0ba58e75a876bcbe68fa879948a5ad Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 6 Sep 2017 11:51:24 +0200 Subject: [PATCH] SenderStatistics.js: display viruscount --- js/SenderStatistics.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/js/SenderStatistics.js b/js/SenderStatistics.js index 525eac1..ffc8532 100644 --- a/js/SenderStatistics.js +++ b/js/SenderStatistics.js @@ -149,7 +149,16 @@ Ext.define('PMG.SenderList', { }, { text: gettext('Count'), - dataIndex: 'count' + columns: [ + { + text: gettext('Mail'), + dataIndex: 'count' + }, + { + header: gettext('Virus'), + dataIndex: 'viruscount' + } + ] }, { text: gettext('Size') + ' (KB)',