stayHere): ?> data-base-target="_next">
= $this->form ?>
= $this->table->render() ?>
diff --git a/configuration.php b/configuration.php
index 685dcb23..65134dcf 100644
--- a/configuration.php
+++ b/configuration.php
@@ -6,6 +6,9 @@ $this->providePermission('director/hosts/write', $this->translate('Allow to conf
$this->providePermission('director/templates/read', $this->translate('Allow to see template details'));
$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',
$this->translate('Allow to use only host templates matching this filter')
diff --git a/public/css/module.less b/public/css/module.less
index 52126404..95b25996 100644
--- a/public/css/module.less
+++ b/public/css/module.less
@@ -670,6 +670,10 @@ table.icinga-objects {
}
+div.content.compact table.icinga-objects thead {
+ display: none;
+}
+
table.deployment-log {
tr td:nth-child(2), tr th:nth-child(2) {