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

11 lines
272 B
PHTML

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