davidradl commented on code in PR #25899:
URL: https://github.com/apache/flink/pull/25899#discussion_r1904232330
##########
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/detail/job-checkpoints-detail.component.html:
##########
@@ -26,6 +25,9 @@
<nz-divider nzType="vertical"></nz-divider>
<strong>Checkpoint Type:</strong>
{{ checkPointType }}
+ <nz-divider nzType="vertical"></nz-divider>
Review Comment:
I am curious what you think of the idea that we amend the checkPointType to
append (full) or (incremental) for checkpoints so we would see:
`aligned checkpoint (full)`
`aligned checkpoint (incremental)`
`unaligned checkpoint (full)`
`unaligned checkpoint (incremental)`
This would take up less vertical screen real estate.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]