smitajoshi12 commented on code in PR #3837:
URL: https://github.com/apache/ozone/pull/3837#discussion_r999449702
##########
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:
Changes Completed.
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/missingContainers/missingContainers.tsx:
##########
@@ -172,6 +275,9 @@ interface IExpandedRowState {
interface IMissingContainersState {
loading: boolean;
dataSource: IMissingContainerResponse[];
+ udataSource: IContainerResponse[];
+ odataSource: IContainerResponse[];
+ mdataSource: IContainerResponse[];
Review Comment:
Changes Completed.
--
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]