From bef84ad3948e31a4a11f8efacdb9d8ec0a94bb71 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 4 Sep 2015 15:43:13 +0200 Subject: [PATCH] monitoring/detail: Read "Last update" instead of "Last check" if the host or service is not active checked refs #8378 --- .../views/scripts/show/components/checkstatistics.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml index 228983d1f..d2b08b6b7 100644 --- a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml +++ b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml @@ -3,7 +3,7 @@ ?> - translate('Last check') ?> + active_checks_enabled ? $this->translate('Last check') : $this->translate('Last update') ?>