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