diff --git a/@overflow/meta/component/index.ts b/@overflow/meta/component/index.ts index a28a435..1affbaa 100644 --- a/@overflow/meta/component/index.ts +++ b/@overflow/meta/component/index.ts @@ -1,7 +1,9 @@ import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component'; import { MetaCrawlerComponent } from './meta-crawler.component'; +import { MetaServiceTypeSelectorComponent } from './meta-service-type-selector.component'; export const COMPONENTS = [ MetaCrawlerInputItemComponent, MetaCrawlerComponent, + MetaServiceTypeSelectorComponent ]; diff --git a/@overflow/probe/component/probe-list.component.html b/@overflow/probe/component/probe-list.component.html index 0ca10ac..cf8fa43 100644 --- a/@overflow/probe/component/probe-list.component.html +++ b/@overflow/probe/component/probe-list.component.html @@ -22,7 +22,7 @@ {{probeHost.probe.name}} {{getUptime(probeHost.probe)}} {{probeHost.probe.cidr}} - {{probeHost.infraHost.infraHostIP[0].address}} + {{probeHost.infraHost.infraHostIPs[0].address}} {{probeHost.infraHost.infraHostOS.name}} {{probeHost.infraHost.infraZone.iface}} {{probeHost.probe.targetCount}}