SAAS-872 - Load disk information statically

This commit is contained in:
Duncan Sommerville 2015-06-17 13:44:14 -04:00
parent 080c2c43b5
commit 88bd3c9bc2
2 changed files with 30 additions and 5 deletions
airtime_mvc/application/controllers

View file

@ -4,11 +4,12 @@ class SystemstatusController extends Zend_Controller_Action
{
public function init()
{
/* Disable this on Airtime pro since we're not using Media Monitor/Monit
$CC_CONFIG = Config::getConfig();
$baseUrl = Application_Common_OsPath::getBaseDir();
$this->view->headScript()->appendFile($baseUrl.'js/airtime/status/status.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
*/
}
public function indexAction()