monitoring: Show close button when updating an instance

This commit is contained in:
Eric Lippmann 2015-02-02 11:04:41 +01:00
parent f2d639108f
commit 734c7b3546
1 changed files with 4 additions and 1 deletions

View File

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