mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Always show full date + time on history list for notifications
This commit is contained in:
parent
c0e8b33b33
commit
b73da48c16
@ -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