You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/10 13:38:36 UTC

[GitHub] [flink] fredia commented on a diff in pull request #19502: [FLINK-27260][Runtime/REST] Expose changelog configurations in Rest API and Web UI

fredia commented on code in PR #19502:
URL: https://github.com/apache/flink/pull/19502#discussion_r869248802


##########
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html:
##########
@@ -550,6 +550,24 @@
               {{ checkPointConfig['checkpoints_after_tasks_finish'] ? 'Enabled' : 'Disabled' }}
             </td>
           </tr>
+          <tr
+            *ngIf="

Review Comment:
   Thanks for reviewing, and I add one `Changelog` line. Here are pictures:
   ![image](https://user-images.githubusercontent.com/18653940/167641222-60d9ddca-b463-4ca9-b4ce-bafc90673b5c.png)
   
   ![image](https://user-images.githubusercontent.com/18653940/167641389-6da023d8-869d-447a-af77-c121cbc1af2d.png)
   
   



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org