monitoring: Fix table header in the contact groups overview

This commit is contained in:
Eric Lippmann 2015-10-02 11:35:00 +02:00
parent 54bb99a96d
commit 7e2c47e26b

View File

@ -22,7 +22,7 @@ if (count($groupData) === 0) {
<thead>
<tr>
<th></th>
<th><?= $this->translate('Hostgroup') ?></th>
<th><?= $this->translate('Contact Group ') ?></th>
<th><?= $this->translate('Alias') ?></th>
</tr>
</thead>