IcingaHost: let check command be relation-rendered
This commit is contained in:
parent
b03f5c55ca
commit
00cb7bb9d0
|
@ -95,11 +95,6 @@ class IcingaHost extends IcingaObject
|
|||
return $this->getResolvedProperty('check_command_id') !== null;
|
||||
}
|
||||
|
||||
protected function renderCheck_command_id()
|
||||
{
|
||||
return $this->renderCommandProperty($this->check_command_id);
|
||||
}
|
||||
|
||||
protected function renderEnable_notifications()
|
||||
{
|
||||
return $this->renderBooleanProperty('enable_notifications');
|
||||
|
|
Loading…
Reference in New Issue