Add missing class attribute
This commit is contained in:
parent
7f6baea28d
commit
9b14fffc33
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue