ivandika3 commented on code in PR #6769:
URL: https://github.com/apache/ozone/pull/6769#discussion_r1627876394


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/overview/overview.tsx:
##########
@@ -302,6 +317,11 @@ export class Overview extends 
React.Component<Record<string, object>, IOverviewS
           <Col xs={24} sm={18} md={12} lg={12} xl={6} className='summary-font'>
             <OverviewCard loading={loading} title='Pending Deleted Keys 
Summary' data={deletePendingSummaryData} icon='delete' linkToUrl='/Om'/>
           </Col>
+          {clusterIsInHaMode &&
+            <Col xs={24} sm={18} md={12} lg={12} xl={6}>
+              <OverviewCard loading={loading} data={scmAndOmServicesData}/>

Review Comment:
   Could you help to take a screenshot on the overview page and update the PR 
description?
   
   You can either use `pnpm run dev` with mocked data (`db.json`), or spin up a 
docker compose cluster.
   
   Might want to consider adding an icon and also having one `OverviewCard` for 
each service ID (you can set to OM service ID overview card to link to '/Om' 
page).



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