mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-25 23:04:53 +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(
|
protected $relations = array(
|
||||||
'zone' => 'IcingaZone',
|
'zone' => 'IcingaZone',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected function renderLog_duration()
|
||||||
|
{
|
||||||
|
return c::renderKeyValue('log_duration', $this->log_duration);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user