mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
monitoring: Fix thead missing tr in hostgroups
This commit is contained in:
parent
5dff355720
commit
ee7576f320
@ -18,9 +18,11 @@ if (! $this->compact): ?>
|
|||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
<table class="table-row-selectable common-table" data-base-target="_next">
|
<table class="table-row-selectable common-table" data-base-target="_next">
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th><?= $this->translate('Service Group') ?></th>
|
<th><?= $this->translate('Service Group') ?></th>
|
||||||
<th><?= $this->translate('Service States') ?></th>
|
<th><?= $this->translate('Service States') ?></th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($servicegroups->peekAhead($this->compact) as $serviceGroup): ?>
|
<?php foreach ($servicegroups->peekAhead($this->compact) as $serviceGroup): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user