smitajoshi12 commented on code in PR #6411:
URL: https://github.com/apache/ozone/pull/6411#discussion_r1633141163
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/datanodes/datanodes.tsx:
##########
@@ -470,7 +517,28 @@ export class Datanodes extends
React.Component<Record<string, object>, IDatanode
</div>
<div className='content-div'>
+ {totalCount > 0 &&
+ <div style={{ marginBottom: 16 }}>
+ <Popconfirm
+ disabled={!hasSelected}
+ placement="topLeft"
+ title={`Are you sure you want Recon to stop tracking these
selected ${selectedRowKeys.length} datanodes ?`}
+ icon={
+ <Icon type='question-circle-o' style={{ color: 'red' }} />
+ }
+ onConfirm={this.popConfirm}
+ >
+ <Tooltip placement="topLeft" title="Remove and stop tracking
the DECOMMISSIONED, IN_MAINTENANCE, and DEAD nodes.">
Review Comment:
@dombizita
Done changes in latest commit.
--
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]