smengcl commented on code in PR #3837: URL: https://github.com/apache/ozone/pull/3837#discussion_r998555173
########## hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/missingContainers/missingContainers.tsx: ########## @@ -158,6 +189,78 @@ const KEY_TABLE_COLUMNS = [ } ]; +const REPLICATEDCOLUMNS = [ Review Comment: Maybe this name is more suitable? ```suggestion const CONTAINER_TAB_COLUMNS = [ ``` -- 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]
