icingaweb2/application/views/scripts/dashboard/new-dashlet.phtml

7 lines
156 B
PHTML
Raw Normal View History

<div class="controls">
<?= $this->tabs ?>
</div>
<div class="content">
<h1><?= t('Add Dashlet To Dashboard'); ?></h1>
<?= $this->form; ?>
</div>