ing
This commit is contained in:
parent
d5d01f0673
commit
35550a99bc
|
@ -59,7 +59,7 @@ export class ServiceComponent implements OnChanges {
|
||||||
this.pingService.pingService(this.service, option)
|
this.pingService.pingService(this.service, option)
|
||||||
.pipe(
|
.pipe(
|
||||||
map((pingResult: PingResult) => {
|
map((pingResult: PingResult) => {
|
||||||
log.debug(pingResult);
|
// log.debug(pingResult);
|
||||||
if (pingResult) {
|
if (pingResult) {
|
||||||
this.pingResult = pingResult;
|
this.pingResult = pingResult;
|
||||||
this.pingWaiting = false;
|
this.pingWaiting = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user