monitoring: Show close button when creating an instance

This commit is contained in:
Eric Lippmann 2015-02-02 11:06:20 +01:00
parent cbc1a0313a
commit 42fe7079ee
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
<h4><?= $this->translate('Add New Instance'); ?></h4>
<?= $form; ?>
<div class="controls">
<?= $tabs->showOnlyCloseButton() ?>
</div>
<h4><?= $this->translate('Add New Instance') ?></h4>
<?= $form; ?>