monitoring: Transform markdown markup in host and service notes
refs #3684
This commit is contained in:
parent
d4cf7a8ec4
commit
3a955ae19b
|
@ -38,7 +38,7 @@ if (($navigation->isEmpty() || ! $navigation->hasRenderableItems()) && $notes ==
|
|||
<td>
|
||||
<?= $navigation->getRenderer() ?>
|
||||
<?php if ($notes !== ''): ?>
|
||||
<p><?= $this->nl2br($this->escape($notes)) ?></p>
|
||||
<section class="notes"><?= $this->markdown($notes) ?></section>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
</tr>
|
Loading…
Reference in New Issue