]> git.proxmox.com Git - pmg-gui.git/blame - js/ContactStatistics.js
add placeholders for sender/receiver/contact statistics
[pmg-gui.git] / js / ContactStatistics.js
CommitLineData
ff8a07c6
DM
1Ext.define('PMG.ContactStatistics', {
2 extend: 'Ext.panel.Panel',
3 xtype: 'pmgContactStatistics',
4
5 title: gettext('Statistics') + ': ' + gettext('Contact'),
6
7 tbar: [ { xtype: 'pmgStatTimeSelector' } ],
8
9 layout: 'fit'
10
11
12});
13
14