monitoring: Fix hasResult check in the service groups overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-28 17:57:13 +02:00
parent 22fb507a2e
commit 489b49a8a9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (! $this->compact): ?>
</div>
<?php endif ?>
<div class="content">
<?php if ($servicegroups->hasResult()): ?>
<?php if (! $servicegroups->hasResult()): ?>
<p><?= $this->translate('No service groups found matching the filter.') ?></p>
</div>
<?php return; endif ?>