mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
IcingaServiceSetServiceTable: use host uuid for...
...Set Member related to host
This commit is contained in:
parent
caccecded6
commit
36babe65f7
@ -113,7 +113,7 @@ class IcingaServiceSetServiceTable extends ZfQueryBasedTable
|
||||
|
||||
if ($this->affectedHost) {
|
||||
$params = [
|
||||
'name' => $this->affectedHost->getObjectName(),
|
||||
'uuid' => $this->affectedHost->getUniqueId()->toString(),
|
||||
'service' => $row->service,
|
||||
'set' => $row->service_set
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user