2015-04-30 13:43:30 +02:00
|
|
|
<div class="controls">
|
|
|
|
|
|
|
|
<?php if (! $this->compact): ?>
|
|
|
|
<?= $this->tabs; ?>
|
|
|
|
<?php endif ?>
|
|
|
|
|
2015-09-30 20:19:36 +02:00
|
|
|
<table>
|
|
|
|
<tr> <?= $this->render('partials/downtime/downtime-header.phtml') ?> </tr>
|
|
|
|
</table>
|
2015-04-30 13:43:30 +02:00
|
|
|
</div>
|
|
|
|
<div class="content object-command">
|
|
|
|
<?= $delDowntimeForm; ?>
|
|
|
|
</div>
|