smitajoshi12 commented on code in PR #3916: URL: https://github.com/apache/ozone/pull/3916#discussion_r1016122116
########## hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/api/routes.json: ########## @@ -24,8 +24,5 @@ "/namespace/quota?path=*": "/quota", "/task/status": "/taskStatus", "/containers/missing": "/missingContainers", Review Comment: It is key value pair /missingContainer is associated name for route /conatiner/missing we have to mention route in route.json. If we remove from overview.tsx code will break and UI will not work. -- 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]
