monitoring: Fix hasResult check in the service groups overview
refs #5543
This commit is contained in:
parent
22fb507a2e
commit
489b49a8a9
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in New Issue