vthinkxie commented on a change in pull request #11433: [FLINK-15953][web] fix
restarting status in web
URL: https://github.com/apache/flink/pull/11433#discussion_r394223646
##########
File path: flink-runtime-web/web-dashboard/src/app/app.config.ts
##########
@@ -29,6 +29,7 @@ export const COLOR_MAP = {
RECONCILING: '#eb2f96',
IN_PROGRESS: '#faad14',
SCHEDULED: '#722ed1',
- COMPLETED : '#1890ff'
+ COMPLETED: '#1890ff',
+ RESTARTING: '#13c2c2'
Review comment:
there is a design system here
https://github.com/apache/flink/blob/76199dca7dfc6288319ed005f7afd22b0e57857f/flink-runtime-web/web-dashboard/src/styles/theme.less#L18
and for ant design 3.x version, the color is cyan-6 from
https://github.com/NG-ZORRO/ng-zorro-antd/blob/45e84e8b99cd3cedb6face42538ae4faaf6dacf5/components/style/color/colors.less#L31
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services