From 02fbb319491229813de54137fd36b90e195cfc46 Mon Sep 17 00:00:00 2001 From: insanity Date: Fri, 15 Jun 2018 18:36:35 +0900 Subject: [PATCH] test --- @overflow/meta/component/index.ts | 2 ++ @overflow/probe/component/probe-list.component.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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}}