File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {getSeverityColor} from '../../utils/disks/helpers';
1010import type { PreparedVDisk } from '../../utils/disks/types' ;
1111import { useTypedSelector } from '../../utils/hooks' ;
1212import { bytesToSpeed } from '../../utils/utils' ;
13- import { EntityStatus } from '../EntityStatus/EntityStatus' ;
1413import { InfoViewer } from '../InfoViewer' ;
1514import type { InfoViewerProps } from '../InfoViewer/InfoViewer' ;
1615import { LinkWithIcon } from '../LinkWithIcon/LinkWithIcon' ;
@@ -202,7 +201,8 @@ function VDiskTitle<T extends PreparedVDisk>({data}: VDiskTitleProps<T>) {
202201 return (
203202 < div className = { b ( 'title' ) } >
204203 { vDiskInfoKeyset ( 'vdiks-title' ) }
205- < EntityStatus status = { getSeverityColor ( data . Severity ) } name = { data . StringifiedId } />
204+ < StatusIcon status = { getSeverityColor ( data . Severity ) } />
205+ { data . StringifiedId }
206206 </ div >
207207 ) ;
208208}
You can’t perform that action at this time.
0 commit comments