downtimes-header: Use <strong> instead of <b>
This commit is contained in:
parent
5ded76536e
commit
bba57d2bbc
|
@ -13,10 +13,10 @@
|
||||||
<td class="name oneline">
|
<td class="name oneline">
|
||||||
<?php if ($downtime->isService): ?>
|
<?php if ($downtime->isService): ?>
|
||||||
<?= $this->icon('service', $this->translate('Service')) ?>
|
<?= $this->icon('service', $this->translate('Service')) ?>
|
||||||
<b><?= $downtime->host_name ?>: <?= $downtime->service_description ?></b>
|
<strong><?= $downtime->host_name ?>: <?= $downtime->service_description ?></strong>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->icon('host', $this->translate('Host')) ?>
|
<?= $this->icon('host', $this->translate('Host')) ?>
|
||||||
<b><?= $downtime->host_name ?>.</b>
|
<strong><?= $downtime->host_name ?>.</strong>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ($downtime->is_flexible): ?>
|
<?php if ($downtime->is_flexible): ?>
|
||||||
|
|
Loading…
Reference in New Issue