devabhishekpal commented on code in PR #5090:
URL: https://github.com/apache/ozone/pull/5090#discussion_r1278905187
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/heatMap/heatmap.tsx:
##########
@@ -51,11 +51,62 @@ interface ITreeState {
entityType: string;
date: string;
treeEndpointFailed: boolean;
+ inputPathValid: inputPathValidity;
+ helpMessage: string;
}
let minSize = Infinity;
let maxSize = 0;
+const colourScheme = {
+ pastel_greens: [
Review Comment:
So I had kept this code in place, if later we wanted to shift to the
alternate colour theme, this way we could handle the change easier, but I will
remove this since it is redundant code.
--
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]