mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
CubeLinks: cleanup, comments
This commit is contained in:
parent
d258cb433e
commit
1b71df732e
@ -2,14 +2,17 @@
|
||||
|
||||
namespace Icinga\Module\Director\ProvidedHook;
|
||||
|
||||
use Icinga\Module\Cube\Hook\ActionsHook;
|
||||
use Icinga\Module\Cube\Cube;
|
||||
use Icinga\Module\Cube\Ido\IdoHostStatusCube;
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Module\Cube\Cube;
|
||||
use Icinga\Module\Cube\Hook\ActionsHook;
|
||||
use Icinga\Module\Cube\Ido\IdoHostStatusCube;
|
||||
use Icinga\Web\View;
|
||||
|
||||
class CubeLinks extends ActionsHook
|
||||
{
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function prepareActionLinks(Cube $cube, View $view)
|
||||
{
|
||||
if (! $cube instanceof IdoHostStatusCube) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user