This commit is contained in:
crusader 2018-06-20 20:44:59 +09:00
parent 780d3b5b93
commit a1b59c519d

View File

@ -61,6 +61,7 @@ export class DiscoveryComponent implements OnDestroy {
address: this.selectedProbe.infraHost.infraZone.address.split('/')[0], address: this.selectedProbe.infraHost.infraZone.address.split('/')[0],
iface: this.selectedProbe.infraHost.infraZone.iface, iface: this.selectedProbe.infraHost.infraZone.iface,
mac: this.selectedProbe.infraHost.infraZone.mac, mac: this.selectedProbe.infraHost.infraZone.mac,
metaIPType: this.selectedProbe.infraHost.infraZone.metaIPType,
}; };
this.discoveryService.discoverHost(this.selectedProbe.probe.probeKey, zone, dz.discoverHost); this.discoveryService.discoverHost(this.selectedProbe.probe.probeKey, zone, dz.discoverHost);