mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Restore view script for the securityAction
This commit is contained in:
parent
2829ecc8b7
commit
cc49a289a2
@ -268,6 +268,5 @@ class Monitoring_ConfigController extends Controller
|
||||
|
||||
$this->view->form = $form;
|
||||
$this->view->tabs = $this->Module()->getConfigTabs()->activate('security');
|
||||
$this->render('form');
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
<div class="controls">
|
||||
<?= $tabs; ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<?= $form; ?>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user