From 489b49a8a90961d405b51a51440283c95b4f0a02 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 28 Sep 2015 17:57:13 +0200 Subject: [PATCH] monitoring: Fix hasResult check in the service groups overview refs #5543 --- .../application/views/scripts/list/servicegroups.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/servicegroups.phtml b/modules/monitoring/application/views/scripts/list/servicegroups.phtml index 730a28e0b..679957d1d 100644 --- a/modules/monitoring/application/views/scripts/list/servicegroups.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegroups.phtml @@ -10,7 +10,7 @@ if (! $this->compact): ?>
- hasResult()): ?> +hasResult()): ?>

translate('No service groups found matching the filter.') ?>