diff --git a/@overflow/discovery/component/discovery.component.ts b/@overflow/discovery/component/discovery.component.ts index 64f5bfb..5bd4155 100644 --- a/@overflow/discovery/component/discovery.component.ts +++ b/@overflow/discovery/component/discovery.component.ts @@ -55,10 +55,10 @@ export class DiscoveryComponent implements OnDestroy { onRequestDiscovery(dz: DiscoverZone) { this.requested = true; this.discoverZone = dz; - // this.discoveryService.discoverZone(this.selectedProbe.probe.probeKey, dz); + + this.discoveryService.discoverZone(this.selectedProbe.probe.probeKey, dz); + this.discoverySubscription = this.discoverySubscriber.observable().pipe( - tap(() => { - }), map((discoveryNotify: DiscoveryNotify) => { switch (discoveryNotify.method) { case 'DiscoveryService.discoveryStart': { diff --git a/@overflow/discovery/component/search-filter.component.html b/@overflow/discovery/component/search-filter.component.html index 9d14779..cfb2bf4 100644 --- a/@overflow/discovery/component/search-filter.component.html +++ b/@overflow/discovery/component/search-filter.component.html @@ -1,6 +1,6 @@