monitoring: Fix thead markup in the list/hostgroups view script
refs #5543
This commit is contained in:
parent
e197907323
commit
8dbf33d4dd
|
@ -17,12 +17,14 @@ if (! $this->compact): ?>
|
||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
<table class="groupview action" data-base-target="_next">
|
<table class="groupview action" data-base-target="_next">
|
||||||
<thead>
|
<thead>
|
||||||
<th><?= $this->translate('Last Problem') ?></th>
|
<tr>
|
||||||
<th><?= $this->translate('Host Group') ?></th>
|
<th><?= $this->translate('Last Problem') ?></th>
|
||||||
<th><?= $this->translate('Total Hosts') ?></th>
|
<th><?= $this->translate('Host Group') ?></th>
|
||||||
<th><?= $this->translate('Host States') ?></th>
|
<th><?= $this->translate('Total Hosts') ?></th>
|
||||||
<th><?= $this->translate('Total Services') ?></th>
|
<th><?= $this->translate('Host States') ?></th>
|
||||||
<th><?= $this->translate('Service States') ?></th>
|
<th><?= $this->translate('Total Services') ?></th>
|
||||||
|
<th><?= $this->translate('Service States') ?></th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($hostgroups as $hostgroup):
|
<?php foreach ($hostgroups as $hostgroup):
|
||||||
|
|
Loading…
Reference in New Issue