List views: Show the output and dashboard actions for all views
refs #7876
This commit is contained in:
parent
0997eaf459
commit
1ff9449ad7
|
@ -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;
|
||||
|
@ -29,7 +31,7 @@ class ListController extends Controller
|
|||
'list/'
|
||||
. str_replace(' ', '', $action)
|
||||
)
|
||||
))->activate($action);
|
||||
))->extend(new OutputFormat())->extend(new DashboardAction())->activate($action);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue