diff --git a/application/views/scripts/objects/table.phtml b/application/views/scripts/objects/table.phtml index bc26c52f..c624f0c6 100644 --- a/application/views/scripts/objects/table.phtml +++ b/application/views/scripts/objects/table.phtml @@ -1,3 +1,4 @@ +compact): ?>
tabs ?>

escape($this->title) ?>

@@ -9,8 +10,9 @@ table->getPaginator() ?>
+ -
stayHere): ?> data-base-target="_next"> +
stayHere): ?> data-base-target="_next"> form ?> 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) {