From 56fece6a1598b3d7e07caaa8914aa536f58a88c2 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 5 Oct 2016 17:04:18 +0000 Subject: [PATCH] configuration/searchlets: remove services --- configuration.php | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.php b/configuration.php index fc0ce62e..b5d0ec23 100644 --- a/configuration.php +++ b/configuration.php @@ -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',