diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml
index f6023f421..6b761fa52 100644
--- a/modules/monitoring/application/views/scripts/list/downtimes.phtml
+++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml
@@ -30,7 +30,6 @@ if (! $this->compact): ?>
$this->stateName = Host::getStateText($downtime->host_state);
}
$this->downtime = $downtime;
- $this->displayComment = true;
?>
= $this->render('partials/downtime/downtime-header.phtml'); ?>
diff --git a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml
index 9c7f7af19..eadc9f5fb 100644
--- a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml
+++ b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml
@@ -8,7 +8,7 @@
- |
diff --git a/modules/monitoring/application/views/scripts/show/components/downtime.phtml b/modules/monitoring/application/views/scripts/show/components/downtime.phtml
index 489547c6e..d909eeca5 100644
--- a/modules/monitoring/application/views/scripts/show/components/downtime.phtml
+++ b/modules/monitoring/application/views/scripts/show/components/downtime.phtml
@@ -40,14 +40,14 @@ if (empty($object->comments) && ! $addLink) {
translate('Downtimes');
if (! empty($object->downtimes) && $addLink) {
- echo ' ' . $addLink;
+ echo ' ' . $addLink;
}
?> |
downtimes)):
echo $addLink;
else: ?>
-
+
|
', $this->createTicketLinks($downtime->comment)) ?> -
= str_replace(array('\r\n', '\n'), '
', $this->createTicketLinks($downtime->comment)) ?>