diff --git a/@overflow/discovery/component/discovery/search-filter/search-filter.component.html b/@overflow/discovery/component/discovery/search-filter/search-filter.component.html index ffa9f93..2906917 100644 --- a/@overflow/discovery/component/discovery/search-filter/search-filter.component.html +++ b/@overflow/discovery/component/discovery/search-filter/search-filter.component.html @@ -4,28 +4,10 @@
-
- Start - - . - - . - - . - -
+
-
- End - - . - - . - - . - -
+
diff --git a/@overflow/discovery/component/discovery/search-filter/search-filter.component.ts b/@overflow/discovery/component/discovery/search-filter/search-filter.component.ts index da235cd..98837d6 100644 --- a/@overflow/discovery/component/discovery/search-filter/search-filter.component.ts +++ b/@overflow/discovery/component/discovery/search-filter/search-filter.component.ts @@ -9,6 +9,8 @@ import { }) export class SearchFilterComponent implements OnInit, AfterContentInit { + startHostIp: string; + endHostIp: string; constructor( ) { @@ -19,4 +21,8 @@ export class SearchFilterComponent implements OnInit, AfterContentInit { ngAfterContentInit() { } + + onInputIP(event, idx) { + + } }