IcingaEndpoint: render log duration as integer
This commit is contained in:
parent
3656e8ed98
commit
d516a050ac
|
@ -21,4 +21,9 @@ class IcingaEndpoint extends IcingaObject
|
|||
protected $relations = array(
|
||||
'zone' => 'IcingaZone',
|
||||
);
|
||||
|
||||
protected function renderLog_duration()
|
||||
{
|
||||
return c::renderKeyValue('log_duration', $this->log_duration);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue