downtimes-header: Do not show links with a bold font

This commit is contained in:
Johannes Meyer 2015-07-10 15:46:24 +02:00
parent d0a588ef58
commit 3db81a8d0f
1 changed files with 3 additions and 3 deletions

View File

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