smitajoshi12 commented on code in PR #3765:
URL: https://github.com/apache/ozone/pull/3765#discussion_r976868809


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/autoReloadPanel/autoReloadPanel.tsx:
##########
@@ -27,6 +27,10 @@ import moment from 'moment';
 interface IAutoReloadPanelProps extends RouteComponentProps<object> {
   onReload: () => void;
   lastUpdated: number;
+  lastUpdatedOMDBDelta: number;
+  lastUpdatedOMDBFull: number;
+  lastUpdatedOMDBDeltaText: string;
+  lastUpdatedOMDBFullText: string;

Review Comment:
   Current Timestamp Can be from Full Snapshot or Delta Update so I have used  
sort method in Descending order so If we do hardcoding of variables this logic 
will not apply so kept everything in separate variables.



-- 
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]

Reply via email to