mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
ff45faf123
commit
e1f6aee2e7
@ -34,11 +34,7 @@ use Icinga\Module\Monitoring\Object\Service;
|
|||||||
?>
|
?>
|
||||||
<tr class="state <?= $stateName ?>">
|
<tr class="state <?= $stateName ?>">
|
||||||
<td class="state">
|
<td class="state">
|
||||||
<?= $this->dateTimeRenderer($notification->notification_start_time)->render(
|
<?= $this->timeAgo($notification->notification_start_time) ?>
|
||||||
$this->translate('on %s', 'datetime'),
|
|
||||||
$this->translate('at %s', 'time'),
|
|
||||||
$this->translate('%s ago', 'timespan')
|
|
||||||
) ?>
|
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 0.8em">
|
<td style="font-size: 0.8em">
|
||||||
<?php if ($isService): ?>
|
<?php if ($isService): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user