monitoring: Show close button when creating an instance
This commit is contained in:
parent
cbc1a0313a
commit
42fe7079ee
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in New Issue