parent
ff45faf123
commit
e1f6aee2e7
|
@ -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): ?>
|
||||
|
|
Loading…
Reference in New Issue