mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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…
x
Reference in New Issue
Block a user