Skip to content

Commit 7aecdac

Browse files
author
2948351
committed
[FLINK-38899][runtime-web] Introduce the Rescales/History sub-page for streaming jobs with the adaptive scheduler enabled - Temporary commit for review (Changed the variable name and refresh for detail panel)
1 parent 267945e commit 7aecdac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

flink-runtime-web/web-dashboard/src/app/pages/job/rescales/job-rescales.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export class JobRescalesComponent implements OnInit, OnDestroy {
127127
}
128128

129129
public refresh(): void {
130-
// Reload expanded rescale details without clearing (to avoid flickering)
131130
const expandedUuids = Array.from(this.expandedRowsSet);
132131

133132
expandedUuids.forEach(uuid => {

0 commit comments

Comments
 (0)