mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Merge pull request #3392 from Mikesch-mp/list-notifications
Always show full date + time on history list for notifications
This commit is contained in:
commit
4b7dc0c350
@ -35,7 +35,7 @@ if (! $this->compact): ?>
|
||||
<td class="state-col state-<?= $stateName ?>">
|
||||
<div class="state-label"><?= $stateLabel ?></div>
|
||||
<div class="state-meta">
|
||||
<?= $this->timeAgo($notification->notification_timestamp, $this->compact) ?>
|
||||
<?= $this->formatDateTime($notification->notification_timestamp) ?>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user