mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +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
|
class TacticalController extends Controller
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @see ActionController::init
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
parent::init();
|
parent::init();
|
||||||
@ -115,13 +112,10 @@ class TacticalController extends Controller
|
|||||||
$this->view->statusSummary = $summary;
|
$this->view->statusSummary = $summary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all tabs for this controller
|
* Create all tabs for this controller
|
||||||
*
|
|
||||||
* @return Tabs
|
|
||||||
*/
|
*/
|
||||||
private function createTabs()
|
protected function createTabs()
|
||||||
{
|
{
|
||||||
$this->getTabs()->extend(new OutputFormat(['pdf']));
|
$this->getTabs()->extend(new OutputFormat(['pdf']));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user