This commit is contained in:
crusader 2018-10-18 12:45:04 +09:00
parent d5d01f0673
commit 35550a99bc

View File

@ -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;