monitoring: Show close button when creating a backend
This commit is contained in:
parent
d7cbfebbd0
commit
cbc1a0313a
|
@ -1,2 +1,5 @@
|
||||||
|
<div class="controls">
|
||||||
|
<?= $tabs->showOnlyCloseButton() ?>
|
||||||
|
</div>
|
||||||
<h4><?= $this->translate('Add New Backend'); ?></h4>
|
<h4><?= $this->translate('Add New Backend'); ?></h4>
|
||||||
<?= $form; ?>
|
<?= $form; ?>
|
||||||
|
|
Loading…
Reference in New Issue