parent
ddc4b9321b
commit
0bb1df2f77
|
@ -2,13 +2,13 @@
|
|||
|
||||
namespace Icinga\Module\Director\ProvidedHook;
|
||||
|
||||
use Icinga\Module\Cube\Hook\ActionLinksHook;
|
||||
use Icinga\Module\Cube\Hook\ActionsHook;
|
||||
use Icinga\Module\Cube\Cube;
|
||||
use Icinga\Module\Cube\Ido\IdoHostStatusCube;
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Web\View;
|
||||
|
||||
class CubeLinks extends ActionLinksHook
|
||||
class CubeLinks extends ActionsHook
|
||||
{
|
||||
public function prepareActionLinks(Cube $cube, View $view)
|
||||
{
|
||||
|
|
2
run.php
2
run.php
|
@ -43,4 +43,4 @@ $this->provideHook('director/Job', $prefix . 'Job\\ConfigJob');
|
|||
$this->provideHook('director/Job', $prefix . 'Job\\ImportJob');
|
||||
$this->provideHook('director/Job', $prefix . 'Job\\SyncJob');
|
||||
|
||||
$this->provideHook('cube/ActionLinks', 'CubeLinks');
|
||||
$this->provideHook('cube/Actions', 'CubeLinks');
|
||||
|
|
Loading…
Reference in New Issue