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>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php if ($servicegroups->hasResult()): ?>
|
<?php if (! $servicegroups->hasResult()): ?>
|
||||||
<p><?= $this->translate('No service groups found matching the filter.') ?></p>
|
<p><?= $this->translate('No service groups found matching the filter.') ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
|
|
Loading…
Reference in New Issue