You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2023/01/09 16:55:08 UTC

[GitHub] [ozone] smitajoshi12 commented on a diff in pull request #4135: HDDS-7634. Recon: Show Datanode UUID on Pipeline page

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


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/pipelines/pipelines.tsx:
##########
@@ -111,7 +111,15 @@ const COLUMNS = [
     dataIndex: 'datanodes',
     key: 'datanodes',
     isSearchable: true,
-    render: (datanodes: string[]) => <div>{datanodes.map(datanode => <div key={datanode}>{datanode}</div>)}</div>
+    render: (datanodes: string[]) => <div> {datanodes.map(datanode =>
+      <div key={datanode}>
+            <div className='uuidtooltip'>
+            <Tooltip placement='top' title={`Uuid - ${datanode && datanode.split("/")[1]}`} getPopupContainer={(triggerNode) => triggerNode}>

Review Comment:
   Done Changes Suggested by  Zita



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org