mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-23 09:50:04 -05:00
10 lines
289 B
PHTML
10 lines
289 B
PHTML
<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>
|