ing
This commit is contained in:
parent
35550a99bc
commit
133dd12de6
|
@ -56,7 +56,12 @@ export class HostComponent implements OnChanges {
|
||||||
deadline: this.deadline,
|
deadline: this.deadline,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.pingService.pingHost(this.host, option)
|
const _host: Host = {
|
||||||
|
...this.host,
|
||||||
|
portList: null,
|
||||||
|
};
|
||||||
|
|
||||||
|
this.pingService.pingHost(_host, option)
|
||||||
.pipe(
|
.pipe(
|
||||||
map((pingResult: PingResult) => {
|
map((pingResult: PingResult) => {
|
||||||
if (pingResult) {
|
if (pingResult) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user