From 531d999129df882a9466a40919599c55e8ccc390 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 26 Apr 2016 11:38:24 +0200 Subject: [PATCH] Event history: show the absolute time of events refs #11629 --- .../application/views/scripts/partials/event-history.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/partials/event-history.phtml b/modules/monitoring/application/views/scripts/partials/event-history.phtml index 33e34ec8a..279345295 100644 --- a/modules/monitoring/application/views/scripts/partials/event-history.phtml +++ b/modules/monitoring/application/views/scripts/partials/event-history.phtml @@ -110,7 +110,7 @@ $history->limit($limit * $page);
escape($label) ?>
-
timeAgo($event->timestamp, $this->compact) ?>
+
formatTime($event->timestamp) ?>
isOverview): ?>