mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-12 16:34:25 +02:00
11 lines
232 B
PHTML
11 lines
232 B
PHTML
<table>
|
|
<tr>
|
|
<td class="icon-col">
|
|
<?= $this->render('partials/comment/comment-description.phtml') ?>
|
|
</td>
|
|
<td>
|
|
<?= $this->render('partials/comment/comment-detail.phtml') ?>
|
|
</td>
|
|
</tr>
|
|
</table>
|