Event history: show the absolute time of events

refs #11629
This commit is contained in:
Alexander A. Klimov 2016-04-26 11:38:24 +02:00
parent 098eff9050
commit 531d999129
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ $history->limit($limit * $page);
<a id="page-<?= $history->getIteratorPosition() / $limit + 1 ?>"></a>
<?php endif ?>
<div class="state-label"><?= $this->escape($label) ?></div>
<div class="state-meta"><?= $this->timeAgo($event->timestamp, $this->compact) ?></div>
<div class="state-meta"><?= $this->formatTime($event->timestamp) ?></div>
</td>
<td>
<?php if ($this->isOverview): ?>