mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
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…
x
Reference in New Issue
Block a user