diff --git a/@overflow/discovery/component/discovery/search-result/search-result.component.html b/@overflow/discovery/component/discovery/search-result/search-result.component.html
index 8735173..64d4e1a 100644
--- a/@overflow/discovery/component/discovery/search-result/search-result.component.html
+++ b/@overflow/discovery/component/discovery/search-result/search-result.component.html
@@ -1,4 +1,36 @@
-
- discovery Search Filter List Print
+
diff --git a/@overflow/discovery/component/discovery/search-result/search-result.component.ts b/@overflow/discovery/component/discovery/search-result/search-result.component.ts
index b907350..d75bd4a 100644
--- a/@overflow/discovery/component/discovery/search-result/search-result.component.ts
+++ b/@overflow/discovery/component/discovery/search-result/search-result.component.ts
@@ -1,7 +1,8 @@
import {
- AfterContentInit, Component,
+ AfterContentInit, Component, Input,
OnInit
} from '@angular/core';
+import { Probe } from '@overflow/commons-typescript/model/probe';
@Component({
selector: 'of-discovery-search-result',
@@ -9,6 +10,7 @@ import {
})
export class SearchResultComponent implements OnInit, AfterContentInit {
+ @Input() probe: Probe;
constructor(
) {
diff --git a/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html b/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html
index c4b990d..5b466ff 100644
--- a/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html
+++ b/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html
@@ -1,4 +1,9 @@
\ No newline at end of file
+
+
+