mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Apply requested changes
This commit is contained in:
parent
44abd01ffc
commit
4074d7b3ac
@ -12,9 +12,6 @@ use Icinga\Web\Widget\Tabextension\OutputFormat;
|
||||
|
||||
class TacticalController extends Controller
|
||||
{
|
||||
/**
|
||||
* @see ActionController::init
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
@ -115,13 +112,10 @@ class TacticalController extends Controller
|
||||
$this->view->statusSummary = $summary;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return all tabs for this controller
|
||||
*
|
||||
* @return Tabs
|
||||
* Create all tabs for this controller
|
||||
*/
|
||||
private function createTabs()
|
||||
protected function createTabs()
|
||||
{
|
||||
$this->getTabs()->extend(new OutputFormat(['pdf']));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user