mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
parent
1f5d59a4ad
commit
59d6f7de54
1 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,12 @@ use Icinga\Web\Controller;
|
|||
|
||||
class ConfigController extends Controller
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
$this->assertPermission('config/modules');
|
||||
parent::init();
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->form = $form = new ConfigForm();
|
||||
|
|
|
|||
Loading…
Reference in a new issue