mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-03 01:35:09 +00:00
15 lines
246 B
JavaScript
15 lines
246 B
JavaScript
Ext.define('PMG.ReceiverStatistics', {
|
|
extend: 'Ext.panel.Panel',
|
|
xtype: 'pmgReceiverStatistics',
|
|
|
|
title: gettext('Statistics') + ': ' + gettext('Receiver'),
|
|
|
|
tbar: [ { xtype: 'pmgStatTimeSelector' } ],
|
|
|
|
layout: 'fit'
|
|
|
|
|
|
});
|
|
|
|
|