configuration.php: introduce api permission
This commit is contained in:
parent
3e577ce65b
commit
16440df3ed
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
$this->providePermission('director/api', $this->translate('Allow to access the director API'));
|
||||
$this->providePermission('director/hosts/read', $this->translate('Allow to configure hosts'));
|
||||
$this->providePermission('director/hosts/write', $this->translate('Allow to configure hosts'));
|
||||
$this->providePermission('director/templates/read', $this->translate('Allow to see template details'));
|
||||
|
|
Loading…
Reference in New Issue