monitoring: Show close button when creating a backend

This commit is contained in:
Eric Lippmann 2015-02-02 11:05:50 +01:00
parent d7cbfebbd0
commit cbc1a0313a
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
<div class="controls">
<?= $tabs->showOnlyCloseButton() ?>
</div>
<h4><?= $this->translate('Add New Backend'); ?></h4>
<?= $form; ?>
<?= $form; ?>