Add missing class attribute
This commit is contained in:
parent
7f6baea28d
commit
9b14fffc33
|
@ -54,7 +54,7 @@ if (count($hosts) === 0) {
|
||||||
<!-- Host / Status / Output -->
|
<!-- Host / Status / Output -->
|
||||||
<td>
|
<td>
|
||||||
<?= $this->iconImage()->host($host) ?>
|
<?= $this->iconImage()->host($host) ?>
|
||||||
<span="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
<span class="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$host->host_display_name,
|
$host->host_display_name,
|
||||||
$hostLink,
|
$hostLink,
|
||||||
|
|
Loading…
Reference in New Issue