mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-05 14:53:33 +00:00
15 lines
243 B
JavaScript
15 lines
243 B
JavaScript
Ext.define('PMG.ContactStatistics', {
|
|
extend: 'Ext.panel.Panel',
|
|
xtype: 'pmgContactStatistics',
|
|
|
|
title: gettext('Statistics') + ': ' + gettext('Contact'),
|
|
|
|
tbar: [ { xtype: 'pmgStatTimeSelector' } ],
|
|
|
|
layout: 'fit'
|
|
|
|
|
|
});
|
|
|
|
|