Applicationlog: : Add dashboard action

refs #7876
This commit is contained in:
Johannes Meyer 2015-04-20 14:59:32 +02:00
parent 41222fd34e
commit a4f08067e4
1 changed files with 1 additions and 10 deletions

View File

@ -728,15 +728,6 @@ class Monitoring_ListController extends Controller
*/ */
private function createTabs() private function createTabs()
{ {
$tabs = $this->getTabs(); $this->getTabs()->extend(new OutputFormat())->extend(new DashboardAction());
if (in_array($this->_request->getActionName(), array(
'hosts',
'services',
'eventhistory',
'eventgrid',
'notifications'
))) {
$tabs->extend(new OutputFormat())->extend(new DashboardAction());
}
} }
} }