GJL 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_r394212327
 
 

 ##########
 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:
   How did you chose the color?

----------------------------------------------------------------
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

Reply via email to