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