vthinkxie commented on a change in pull request #13458:
URL: https://github.com/apache/flink/pull/13458#discussion_r512373747



##########
File path: 
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/detail/job-checkpoints-detail.component.ts
##########
@@ -80,5 +97,9 @@ export class JobCheckpointsDetailComponent implements OnInit {
       this.cdr.markForCheck();
       this.refresh();
     });
+    this.jobService.loadCheckpointConfig(this.jobDetail.jid).subscribe(config 
=> {

Review comment:
       these new lines could be removed after refactoring refresh func




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to