configuration/searchlets: remove services

This commit is contained in:
Thomas Gelf 2016-10-05 17:04:18 +00:00
parent db0662b554
commit 56fece6a15
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ $this->providePermission('director/templates/read', $this->translate('Allow to s
$this->providePermission('director/templates/write', $this->translate('Allow to configure templates'));
$this->provideSearchUrl($this->translate('Host configs'), 'director/hosts?limit=10', 60);
$this->provideSearchUrl($this->translate('Service configs'), 'director/services?limit=10', 59);
$this->provideRestriction(
'director/hosttemplates/filter',