devabhishekpal commented on code in PR #6724:
URL: https://github.com/apache/ozone/pull/6724#discussion_r1674336376
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/overview/overview.tsx:
##########
@@ -320,6 +327,10 @@ export class Overview extends
React.Component<Record<string, object>, IOverviewS
<OverviewCard title="OM Service" loading={loading}
data={omServiceId} icon='file-text' linkToUrl='/Om' />
</Col>
}
+ <Col xs={24} sm={18} md={12} lg={12} xl={6}>
+ <OverviewCard loading={loading} title='Decommissioning Datanodes
Summary' data={decommissionInfoCount.toString()} icon='hourglass'
Review Comment:
Since icons are not supported like this in AntD v4, we need to specify the
icon in OverviewCard component as well.
Check the following function and add the hourglass option in that:
https://github.com/apache/ozone/blob/975a8d85a343a3b7a971b6798493280684456136/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/overviewCard/overviewCard.tsx#L64
--
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]