smitajoshi12 commented on code in PR #5658:
URL: https://github.com/apache/ozone/pull/5658#discussion_r1463375813
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx:
##########
@@ -305,7 +304,8 @@ interface IOmdbInsightsState {
nextClickable: boolean;
includeFso: boolean;
includeNonFso: boolean;
- prevClickable: boolean
+ prevClickable: boolean;
+ pageDisplayCount: number;
Review Comment:
@dombizita
They are unique across all tabs in changeTab function we are setting to
default 1 pageDisplayCount: 1.
--
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]