mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Fix UserGroup authentication markup for empty state
This commit is contained in:
parent
31adfb8a9f
commit
9d87b469c7
@ -43,8 +43,7 @@ if (! isset($backend)) {
|
|||||||
<?php if (! $groups->hasResult()): ?>
|
<?php if (! $groups->hasResult()): ?>
|
||||||
<p><?= $this->translate('No user groups found matching the filter'); ?></p>
|
<p><?= $this->translate('No user groups found matching the filter'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php return; endif ?>
|
||||||
|
|
||||||
<table data-base-target="_next" class="table-row-selectable common-table">
|
<table data-base-target="_next" class="table-row-selectable common-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user