Always show full date + time on history list for notifications

This commit is contained in:
Carsten Koebke 2018-03-15 13:16:44 +01:00
parent c0e8b33b33
commit b73da48c16

View File

@ -35,7 +35,7 @@ if (! $this->compact): ?>
<td class="state-col state-<?= $stateName ?>"> <td class="state-col state-<?= $stateName ?>">
<div class="state-label"><?= $stateLabel ?></div> <div class="state-label"><?= $stateLabel ?></div>
<div class="state-meta"> <div class="state-meta">
<?= $this->timeAgo($notification->notification_timestamp, $this->compact) ?> <?= $this->formatDateTime($notification->notification_timestamp) ?>
</div> </div>
</td> </td>
<td> <td>