From 8477859dc156a004b1a0c78f5e61324aeaef372a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 10 Apr 2015 09:51:08 +0200 Subject: [PATCH] Fix that the user isn't being notified that no events were found for an object --- modules/monitoring/application/views/scripts/show/history.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/history.phtml b/modules/monitoring/application/views/scripts/show/history.phtml index b148888e1..d82f454f6 100644 --- a/modules/monitoring/application/views/scripts/show/history.phtml +++ b/modules/monitoring/application/views/scripts/show/history.phtml @@ -20,7 +20,7 @@ $hostContext = $object->getType() === 'host';
- + translate('No history available for this object'); ?>