monitoring: Restore view script for the securityAction

This commit is contained in:
Johannes Meyer 2015-08-27 15:49:59 +02:00
parent 2829ecc8b7
commit cc49a289a2
2 changed files with 6 additions and 1 deletions

View File

@ -268,6 +268,5 @@ class Monitoring_ConfigController extends Controller
$this->view->form = $form;
$this->view->tabs = $this->Module()->getConfigTabs()->activate('security');
$this->render('form');
}
}

View File

@ -0,0 +1,6 @@
<div class="controls">
<?= $tabs; ?>
</div>
<div class="content">
<?= $form; ?>
</div>