mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-23 05:44:37 +02:00
IcingaHost, IcingaService: render check_command name
This commit is contained in:
parent
8306787383
commit
d2bb7fc9de
@ -34,4 +34,9 @@ class IcingaHost extends IcingaObject
|
||||
'icon_image_alt' => null,
|
||||
'object_type' => null,
|
||||
);
|
||||
|
||||
protected function renderCheck_command_id()
|
||||
{
|
||||
return $this->renderCommandProperty($this->check_command_id);
|
||||
}
|
||||
}
|
||||
|
@ -33,4 +33,10 @@ class IcingaService extends IcingaObject
|
||||
'icon_image_alt' => null,
|
||||
'object_type' => null,
|
||||
);
|
||||
|
||||
|
||||
protected function renderCheck_command_id()
|
||||
{
|
||||
return $this->renderCommandProperty($this->check_command_id);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user