downtimes-header: Use <strong> instead of <b>

This commit is contained in:
Johannes Meyer 2015-07-10 14:32:08 +02:00
parent 5ded76536e
commit bba57d2bbc
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@
<td class="name oneline">
<?php if ($downtime->isService): ?>
<?= $this->icon('service', $this->translate('Service')) ?>
<b><?= $downtime->host_name ?>: <?= $downtime->service_description ?></b>
<strong><?= $downtime->host_name ?>: <?= $downtime->service_description ?></strong>
<?php else: ?>
<?= $this->icon('host', $this->translate('Host')) ?>
<b><?= $downtime->host_name ?>.</b>
<strong><?= $downtime->host_name ?>.</strong>
<?php endif; ?>
<?php if ($downtime->is_flexible): ?>