summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/downtimes/delete-all.phtml
blob: e6435feac4554f102c088364477de7f41360a8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="controls">
    
  <?php if (! $this->compact): ?>
    <?= $this->tabs; ?>
  <?php endif ?>

  <?= $this->render('partials/downtime/downtimes-header.phtml'); ?>
</div>

<div class="content object-command">
    <?= $delAllDowntimeForm ?>
</div>