Skip to content

Commit

Permalink
HDDS-11044. Recon Disk Usage need to remove tool tip (#6840)
Browse files Browse the repository at this point in the history
  • Loading branch information
smitajoshi12 authored Jun 24, 2024
1 parent 7eb3b29 commit fe754c5
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import React from 'react';
import Plot from 'react-plotly.js';
import {Row, Col, Icon, Button, Input, Menu, Dropdown, Tooltip} from 'antd';
import {Row, Col, Icon, Button, Input, Menu, Dropdown} from 'antd';
import {DetailPanel} from 'components/rightDrawer/rightDrawer';
import * as Plotly from 'plotly.js';
import {byteToSize, showDataFetchError} from 'utils/common';
Expand Down Expand Up @@ -524,10 +524,7 @@ export class DiskUsage extends React.Component<Record<string, object>, IDUState>
return (
<div className='du-container'>
<div className='page-header'>
Disk Usage&nbsp;&nbsp;
<Tooltip placement="rightTop" title="Shows Disk Usage information only for FSO buckets">
<Icon type='info-circle' />
</Tooltip>
Disk Usage
</div>
<div className='content-div'>
{isLoading ? <span><Icon type='loading'/> Loading...</span> : (
Expand Down

0 comments on commit fe754c5

Please sign in to comment.