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