devabhishekpal commented on code in PR #6411:
URL: https://github.com/apache/ozone/pull/6411#discussion_r1616651484
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/datanodes/datanodes.tsx:
##########
@@ -420,6 +423,25 @@ export class Datanodes extends
React.Component<Record<string, object>, IDatanode
showDataFetchError(error.toString());
});
};
+
+ removeDatanode= async (selectedRowKeys: any) => {
Review Comment:
Just a nit, can we add a space before the `=`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]