icingaweb2/application/views/scripts/dashboard/remove-pane.phtml

14 lines
263 B
PHTML

<div class="controls">
<?= $this->tabs ?>
</div>
<div class="content">
<h1><?= t('Remove Dashboard'); ?></h1>
<p>
<?= $this->translate('Please confirm the removal of'); ?>:
<?= $this->pane; ?>
</p>
<?= $this->form; ?>
</div>