Skip to content

Commit

Permalink
monitoring: Remove services action from the ShowController
Browse files Browse the repository at this point in the history
refs #7998
  • Loading branch information
lippserd committed May 28, 2015
1 parent b3e0851 commit 8dbb215
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
14 changes: 0 additions & 14 deletions modules/monitoring/application/controllers/ShowController.php
Expand Up @@ -78,20 +78,6 @@ public function historyAction()
$this->setupPaginationControl($this->view->history, 50);
}

public function servicesAction()
{
$this->setAutorefreshInterval(15);
$this->getTabs()->activate('services');
$this->_setParam('service', '');
// TODO: This used to be a hack and still is. Modifying query string here.
$_SERVER['QUERY_STRING'] = (string) $this->params->without('service')->set('limit', '');
$this->view->services = $this->view->action('services', 'list', 'monitoring', array(
'view' => 'compact',
'sort' => 'service_description',
));
$this->fetchHostStats();
}

protected function fetchHostStats()
{
$this->view->stats = $this->backend->select()->from('statusSummary', array(
Expand Down

This file was deleted.

0 comments on commit 8dbb215

Please sign in to comment.