Skip to content

Commit

Permalink
List views: Show the output and dashboard actions for all views
Browse files Browse the repository at this point in the history
refs #7876
  • Loading branch information
Johannes Meyer committed Apr 20, 2015
1 parent 0997eaf commit 1ff9449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/controllers/ListController.php
Expand Up @@ -3,6 +3,8 @@

use Icinga\Module\Monitoring\Controller;
use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction;
use Icinga\Web\Widget\Tabextension\OutputFormat;
use Icinga\Application\Config;
use Icinga\Application\Logger;
use Icinga\Data\ConfigObject;
Expand All @@ -29,7 +31,7 @@ protected function addTitleTab($action)
'list/'
. str_replace(' ', '', $action)
)
))->activate($action);
))->extend(new OutputFormat())->extend(new DashboardAction())->activate($action);
}

/**
Expand Down

0 comments on commit 1ff9449

Please sign in to comment.