IcingaEndpoint: render log duration as integer

This commit is contained in:
Thomas Gelf 2015-12-03 17:56:27 +01:00
parent 3656e8ed98
commit d516a050ac
1 changed files with 5 additions and 0 deletions

View File

@ -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);
}
}