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