test
This commit is contained in:
parent
7faf39905a
commit
02fbb31949
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user