monitoring: Show close button when removing a backend

This commit is contained in:
Eric Lippmann 2015-02-02 11:07:01 +01:00
parent a62acb4a82
commit cf944a7daf
1 changed files with 5 additions and 2 deletions

View File

@ -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; ?>