Add missing class attribute

This commit is contained in:
Johannes Meyer 2015-06-18 17:31:50 +02:00
parent 7f6baea28d
commit 9b14fffc33
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ if (count($hosts) === 0) {
<!-- Host / Status / Output -->
<td>
<?= $this->iconImage()->host($host) ?>
<span="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
<span class="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
<?= $this->qlink(
$host->host_display_name,
$hostLink,