Skip to content

Commit

Permalink
monitoring: Fix thead markup in the list/hostgroups view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent e197907 commit 8dbf33d
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -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):
Expand Down

0 comments on commit 8dbf33d

Please sign in to comment.