mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-16 04:30:11 +02:00
13 lines
249 B
PHTML
13 lines
249 B
PHTML
<div class="controls">
|
|
|
|
<?php if (! $this->compact): ?>
|
|
<?= $this->tabs; ?>
|
|
<?php endif ?>
|
|
|
|
<?= $this->render('partials/comment/comments-header.phtml'); ?>
|
|
</div>
|
|
|
|
<div class="content object-command">
|
|
<?= $delCommentForm ?>
|
|
</div>
|