This commit is contained in:
insanity 2018-06-15 18:36:35 +09:00
parent 7faf39905a
commit 02fbb31949
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component'; import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component';
import { MetaCrawlerComponent } from './meta-crawler.component'; import { MetaCrawlerComponent } from './meta-crawler.component';
import { MetaServiceTypeSelectorComponent } from './meta-service-type-selector.component';
export const COMPONENTS = [ export const COMPONENTS = [
MetaCrawlerInputItemComponent, MetaCrawlerInputItemComponent,
MetaCrawlerComponent, MetaCrawlerComponent,
MetaServiceTypeSelectorComponent
]; ];

View File

@ -22,7 +22,7 @@
<td>{{probeHost.probe.name}}</td> <td>{{probeHost.probe.name}}</td>
<td>{{getUptime(probeHost.probe)}}</td> <td>{{getUptime(probeHost.probe)}}</td>
<td>{{probeHost.probe.cidr}}</td> <td>{{probeHost.probe.cidr}}</td>
<td>{{probeHost.infraHost.infraHostIP[0].address}}</td> <td>{{probeHost.infraHost.infraHostIPs[0].address}}</td>
<td>{{probeHost.infraHost.infraHostOS.name}}</td> <td>{{probeHost.infraHost.infraHostOS.name}}</td>
<td>{{probeHost.infraHost.infraZone.iface}}</td> <td>{{probeHost.infraHost.infraZone.iface}}</td>
<td>{{probeHost.probe.targetCount}}</td> <td>{{probeHost.probe.targetCount}}</td>