You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/10 04:39:40 UTC

[GitHub] [incubator-druid] vogievetsky commented on a change in pull request #7799: Web-console: update supervisors table

vogievetsky commented on a change in pull request #7799: Web-console: update supervisors table
URL: https://github.com/apache/incubator-druid/pull/7799#discussion_r291877486
 
 

 ##########
 File path: web-console/src/views/task-view/tasks-view.tsx
 ##########
 @@ -40,7 +40,7 @@ import { BasicAction } from '../../utils/basic-action';
 
 import './tasks-view.scss';
 
-const supervisorTableColumns: string[] = ['Datasource', 'Type', 'Topic/Stream', 'Status', ActionCell.COLUMN_LABEL];
+const supervisorTableColumns: string[] = ['Datasource', 'Type', 'Topic/Stream', 'Detailed status', ActionCell.COLUMN_LABEL];
 
 Review comment:
   I don't see a reason to change the column name, in the API the new field is `detailedStatus` because `status` is already there but as far as the user is concerned it is the same thing (just more detailed)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org