pjain1 commented on a change in pull request #7306: Reconcile terminology and
method naming to 'used/unused segments'; Rename MetadataSegmentManager to
MetadataSegments
URL: https://github.com/apache/incubator-druid/pull/7306#discussion_r315138710
##########
File path: web-console/src/views/datasource-view/datasource-view.tsx
##########
@@ -249,12 +249,14 @@ GROUP BY 1`;
const seen = countBy(datasources, (x: any) => x.datasource);
- let disabled: string[] = [];
- if (this.state.showDisabled) {
- const disabledResp = await axios.get(
+ let unused: string[] = [];
+ if (this.state.showUnused) {
Review comment:
I believe you have tested out all the UI functionality manually ?
----------------------------------------------------------------
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]