monitoring/configuration: provide a config tab

This commit is contained in:
Thomas Gelf 2014-06-24 21:01:44 +02:00
parent b38bcfc19b
commit 9187cd11bb
1 changed files with 4 additions and 0 deletions

View File

@ -6,4 +6,8 @@ $this->providePermission('commands/all', 'Allow to send all commands');
$this->providePermission('commands/safe', 'Allow to to send a subset of "safe" commands');
$this->providePermission('log', 'Allow full log access');
$this->provideRestriction('filter', 'Filter accessible object');
$this->provideConfigTab('backends', array(
'title' => 'Backends',
'url' => 'config'
));