parent
09985e3d4b
commit
c13edda6fc
|
@ -54,9 +54,9 @@ if (! $this->compact): ?>
|
|||
<?php endif ?>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<td class="clearfix">
|
||||
<?= $this->iconImage()->host($host) ?>
|
||||
<span class="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
||||
<span class="pull-right"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
||||
<?= $this->qlink(
|
||||
$host->host_display_name,
|
||||
$hostLink,
|
||||
|
|
|
@ -68,9 +68,9 @@ if (! $this->compact): ?>
|
|||
</p>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<td class="clearfix">
|
||||
<?= $this->iconImage()->service($service) ?>
|
||||
<span class="objectflags"><?= implode(' ', $this->serviceFlags($service)) ?></span>
|
||||
<span class="pull-right"><?= implode(' ', $this->serviceFlags($service)) ?></span>
|
||||
<?php if ($this->showHost): ?><?= $this->qlink(
|
||||
$service->host_display_name
|
||||
. ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''),
|
||||
|
|
Loading…
Reference in New Issue