summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/comment/remove.phtml
blob: 73f8c68a8ed0fdf47a25648afeba2febb419121b (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>