monitoring: Fix thead missing tr in hostgroups

This commit is contained in:
Eric Lippmann 2015-12-09 16:04:19 +01:00
parent 5dff355720
commit ee7576f320
2 changed files with 12 additions and 10 deletions

View File

@ -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): ?>