monitoring: Fix thead markup in the list/hostgroups view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 15:12:19 +02:00
parent e197907323
commit 8dbf33d4dd
1 changed files with 8 additions and 6 deletions

View File

@ -17,12 +17,14 @@ if (! $this->compact): ?>
<?php return; endif ?>
<table class="groupview action" data-base-target="_next">
<thead>
<th><?= $this->translate('Last Problem') ?></th>
<th><?= $this->translate('Host Group') ?></th>
<th><?= $this->translate('Total Hosts') ?></th>
<th><?= $this->translate('Host States') ?></th>
<th><?= $this->translate('Total Services') ?></th>
<th><?= $this->translate('Service States') ?></th>
<tr>
<th><?= $this->translate('Last Problem') ?></th>
<th><?= $this->translate('Host Group') ?></th>
<th><?= $this->translate('Total Hosts') ?></th>
<th><?= $this->translate('Host States') ?></th>
<th><?= $this->translate('Total Services') ?></th>
<th><?= $this->translate('Service States') ?></th>
</tr>
</thead>
<tbody>
<?php foreach ($hostgroups as $hostgroup):