icingaweb2/application/views/scripts/config/resource/create.phtml
2014-10-14 17:54:52 +02:00

6 lines
No EOL
241 B
PHTML

<div class="controls">
<?= $this->tabs->showOnlyCloseButton() ?>
</div>
<h4><?= $this->translate('Create A New Resource'); ?></h4>
<p><?= $this->translate('Resources are entities that provide data to Icinga Web 2.'); ?></p>
<?= $form; ?>