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

11 lines
289 B
PHTML
Raw Normal View History

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