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…
Reference in New Issue