mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Cube, BranchedObject: formatting
This commit is contained in:
parent
c7cba433ed
commit
a86c751c33
@ -346,7 +346,7 @@ class BranchedObject
|
|||||||
|
|
||||||
public static function exists(
|
public static function exists(
|
||||||
Db $connection,
|
Db $connection,
|
||||||
$table,
|
$table,
|
||||||
UuidInterface $uuid,
|
UuidInterface $uuid,
|
||||||
UuidInterface $branchUuid = null
|
UuidInterface $branchUuid = null
|
||||||
) {
|
) {
|
||||||
|
@ -22,7 +22,7 @@ class IcingaDbCubeLinks extends IcingadbHook
|
|||||||
*/
|
*/
|
||||||
public function prepareActionLinks(BaseCube $cube, View $view)
|
public function prepareActionLinks(BaseCube $cube, View $view)
|
||||||
{
|
{
|
||||||
if ( ! $cube instanceof HostCube) {
|
if (! $cube instanceof HostCube) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -46,7 +46,6 @@ class IcingaDbCubeLinks extends IcingadbHook
|
|||||||
$chosenHosts[0]
|
$chosenHosts[0]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$params = null;
|
$params = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user