Use timeAgo in the event history overview

refs #6778
This commit is contained in:
Eric Lippmann 2015-05-19 09:57:46 +02:00
parent 2eb93d0309
commit 3fdf1d2a5c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ use Icinga\Module\Monitoring\Object\Service;
<td class="state">
<strong><?= $this->escape($title); ?></strong>
<br>
<?= date('d.m. H:i', $event->timestamp); ?>
<?= $this->timeAgo($event->timestamp); ?>
</td>
<td>
<?php if ($isService): ?>