Skip to content

Commit

Permalink
Applicationlog: : Add dashboard action
Browse files Browse the repository at this point in the history
refs #7876
  • Loading branch information
Johannes Meyer committed Apr 20, 2015
1 parent 41222fd commit a4f0806
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions modules/monitoring/application/controllers/ListController.php
Expand Up @@ -728,15 +728,6 @@ protected function addTitleTab($action, $title, $tip)
*/
private function createTabs()
{
$tabs = $this->getTabs();
if (in_array($this->_request->getActionName(), array(
'hosts',
'services',
'eventhistory',
'eventgrid',
'notifications'
))) {
$tabs->extend(new OutputFormat())->extend(new DashboardAction());
}
$this->getTabs()->extend(new OutputFormat())->extend(new DashboardAction());
}
}

0 comments on commit a4f0806

Please sign in to comment.