icingaweb2/modules/monitoring/application/views/scripts/comments/delete-all.phtml

13 lines
249 B
PHTML
Raw Normal View History

<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>