icingaweb2/modules/monitoring/application/views/scripts/partials/comment/comment-header.phtml

11 lines
235 B
PHTML
Raw Normal View History

<table>
<tr>
<td class="comment-col">
<?= $this->render('partials/comment/comment-description.phtml') ?>
</td>
<td>
<?= $this->render('partials/comment/comment-detail.phtml') ?>
</td>
</tr>
</table>