vogievetsky commented on a change in pull request #7276: [Console] Fixed bugs 
in retention cell and retention dialog
URL: https://github.com/apache/incubator-druid/pull/7276#discussion_r266153164
 
 

 ##########
 File path: web-console/src/views/datasource-view.tsx
 ##########
 @@ -362,9 +362,12 @@ GROUP BY 1`);
                 text = DatasourcesView.formatRules(rules);
               }
 
-              return <span>
+              return <span
+                onClick={() => this.setState({retentionDialogOpenOn: { 
datasource: row.original.datasource, rules: row.original.rules }})}
+                style={{cursor: "pointer"}}
 
 Review comment:
   Could you please this into a class like `clickable-cell` ?

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

Reply via email to