icingaweb2/modules/monitoring/application/views/scripts/downtime/remove.phtml

13 lines
286 B
PHTML

<div class="controls">
<?php if (! $this->compact): ?>
<?= $this->tabs; ?>
<?php endif ?>
<table>
<tr> <?= $this->render('partials/downtime/downtime-header.phtml') ?> </tr>
</table>
</div>
<div class="content object-command">
<?= $delDowntimeForm; ?>
</div>