mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-15 08:07:49 +00:00
SenderStatistics.js: display viruscount
This commit is contained in:
parent
c1a5d15012
commit
16e23ef4df
@ -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)',
|
||||
|
Loading…
Reference in New Issue
Block a user