Use timeAgo in the notifications overview

refs #6778
This commit is contained in:
Eric Lippmann 2015-05-18 14:17:48 +02:00
parent ff45faf123
commit e1f6aee2e7
1 changed files with 1 additions and 5 deletions

View File

@ -34,11 +34,7 @@ use Icinga\Module\Monitoring\Object\Service;
?>
<tr class="state <?= $stateName ?>">
<td class="state">
<?= $this->dateTimeRenderer($notification->notification_start_time)->render(
$this->translate('on %s', 'datetime'),
$this->translate('at %s', 'time'),
$this->translate('%s ago', 'timespan')
) ?>
<?= $this->timeAgo($notification->notification_start_time) ?>
</td>
<td style="font-size: 0.8em">
<?php if ($isService): ?>