SenderStatistics.js: display viruscount

This commit is contained in:
Dietmar Maurer 2017-09-06 11:51:24 +02:00
parent c1a5d15012
commit 16e23ef4df

View File

@ -149,7 +149,16 @@ Ext.define('PMG.SenderList', {
}, },
{ {
text: gettext('Count'), text: gettext('Count'),
dataIndex: 'count' columns: [
{
text: gettext('Mail'),
dataIndex: 'count'
},
{
header: gettext('Virus'),
dataIndex: 'viruscount'
}
]
}, },
{ {
text: gettext('Size') + ' (KB)', text: gettext('Size') + ' (KB)',