From 762630c02730cf79e7395443fe37feb708697143 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Tue, 6 Sep 2022 14:45:04 +0200 Subject: [PATCH] event-history.phtml: Don't sort events by time Sort only by day and date --- .../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 b2fc8857b..b81c95d30 100644 --- a/modules/monitoring/application/views/scripts/partials/event-history.phtml +++ b/modules/monitoring/application/views/scripts/partials/event-history.phtml @@ -30,7 +30,7 @@ $history->limit($limit * $page); ?>
translate('Flapping with a %.2f%% state change rate'); $rowAction = Url::fromPath('monitoring/event/show');