mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Use View::nl2br() for acknowledgements in the detail area
refs #10603
This commit is contained in:
parent
e1433505b3
commit
a874a2cb2e
@ -44,7 +44,7 @@ $acknowledgement = $object->acknowledgement;
|
|||||||
} ?>
|
} ?>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<?= nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment())), false) ?>
|
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
@ -85,7 +85,7 @@ $acknowledgement = $object->acknowledgement;
|
|||||||
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
); ?>
|
) ?>
|
||||||
<?php } else {
|
<?php } else {
|
||||||
echo '-';
|
echo '-';
|
||||||
} // endif ?>
|
} // endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user