mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
phpcs: Fix ObjectsController
This commit is contained in:
parent
16252822cf
commit
91a62ffbee
@ -240,9 +240,9 @@ abstract class ObjectsController extends ActionController
|
||||
$this->translate('All your %s Apply Rules'),
|
||||
$tType
|
||||
);
|
||||
$this->actions()/*->add(
|
||||
$this->getBackToDashboardLink()
|
||||
)*/->add(
|
||||
$this->actions()
|
||||
//->add($this->getBackToDashboardLink())
|
||||
->add(
|
||||
Link::create(
|
||||
$this->translate('Add'),
|
||||
"director/$type/add",
|
||||
|
Loading…
x
Reference in New Issue
Block a user