downtimes-header: Do not show links with a bold font
This commit is contained in:
parent
d0a588ef58
commit
3db81a8d0f
|
@ -13,15 +13,15 @@
|
||||||
<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')) ?>
|
||||||
<strong><?= $this->link()->service(
|
<?= $this->link()->service(
|
||||||
$downtime->service_description,
|
$downtime->service_description,
|
||||||
$downtime->service_display_name,
|
$downtime->service_display_name,
|
||||||
$downtime->host_name,
|
$downtime->host_name,
|
||||||
$downtime->host_display_name
|
$downtime->host_display_name
|
||||||
); ?></strong>
|
); ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->icon('host', $this->translate('Host')) ?>
|
<?= $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; ?>
|
<?php endif; ?>
|
||||||
<br>
|
<br>
|
||||||
<?php if ($downtime->is_flexible): ?>
|
<?php if ($downtime->is_flexible): ?>
|
||||||
|
|
Loading…
Reference in New Issue