mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
11 lines
254 B
PHTML
11 lines
254 B
PHTML
<div class="controls">
|
|
|
|
<?php if (! $this->compact): ?>
|
|
<?= $this->tabs; ?>
|
|
<?php endif ?>
|
|
|
|
<?= $this->render('partials/downtime/downtime-header.phtml'); ?>
|
|
</div>
|
|
<div class="content object-command">
|
|
<?= $delDowntimeForm; ?>
|
|
</div>
|