11 lines
253 B
PHTML
11 lines
253 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>
|