diff --git a/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts b/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts
index 5979a7d0cd064..0f4f50961c8bb 100644
--- a/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts
+++ b/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts
@@ -188,6 +188,7 @@ export interface CompletedSubTaskCheckpointStatistics {
start_delay: number;
unaligned_checkpoint: boolean;
aborted: boolean;
+ ip: string | null;
}
export interface PendingSubTaskCheckpointStatistics {}
diff --git a/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/subtask/job-checkpoints-subtask.component.html b/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/subtask/job-checkpoints-subtask.component.html
index 2647ae83a2ac0..9c4f730cff346 100644
--- a/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/subtask/job-checkpoints-subtask.component.html
+++ b/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/subtask/job-checkpoints-subtask.component.html
@@ -144,6 +144,7 @@
ID
+ IP Address
Acknowledged
End to End Duration
@@ -166,6 +167,7 @@