mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
parent
cf6a0703be
commit
a656ca4067
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ class IcingaService extends IcingaObject
|
|||
$hostProps = mt('director', 'Host properties');
|
||||
$hostVars = mt('director', 'Host Custom variables');
|
||||
|
||||
$hostProperties = IcingaHost::enumProperties($connection);
|
||||
$hostProperties = IcingaHost::enumProperties($connection, 'host.');
|
||||
|
||||
if (array_key_exists($hostProps, $hostProperties)) {
|
||||
$p = $hostProperties[$hostProps];
|
||||
|
|
|
|||
Loading…
Reference in a new issue