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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]