mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-12 20:48:09 +02:00
14 lines
263 B
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>
|