Skip to content

Commit 5396e60

Browse files
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 display method when the variable is empty)
1 parent a5c6894 commit 5396e60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ <h3><strong>Rescale Details</strong></h3>
145145
<nz-divider nzType="vertical"></nz-divider>
146146
<span>
147147
<strong>Terminal State:</strong>
148-
{{ history.terminalState }}
148+
{{ history?.terminalState || '-' }}
149149
</span>
150150
<nz-divider nzType="vertical"></nz-divider>
151151
<span>
152152
<strong>Terminal Reason:</strong>
153-
{{ history.terminatedReason }}
153+
{{ history?.terminatedReason || '-' }}
154154
</span>
155155
</td>
156156
</tr>

0 commit comments

Comments
 (0)