mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Add Comment to comment details and use ticket hook
This commit is contained in:
parent
7f48040637
commit
5243160d5d
@ -65,6 +65,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><?= $this->translate('Comment') ?></th>
|
||||
<td><?= $this->nl2br($this->createTicketLinks($this->markdown($comment->comment))) ?></td>
|
||||
</tr>
|
||||
|
||||
<?php if (isset($delCommentForm)): // Form is unset if the current user lacks the respective permission ?>
|
||||
<tr class="newsection">
|
||||
<th><?= $this->translate('Commands') ?></th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user