CC-4661: Listener Statistics
- enhancement on flot - data point reduction
This commit is contained in:
parent
9712e64a69
commit
9112a8d0b1
5 changed files with 84 additions and 13 deletions
|
@ -18,6 +18,7 @@ class ListenerstatController extends Zend_Controller_Action
|
|||
$baseUrl = $request->getBaseUrl();
|
||||
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/flot/jquery.flot.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/flot/jquery.flot.crosshair.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/airtime/listenerstat/listenerstat.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
|
||||
|
||||
$offset = date("Z") * -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue