File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/components/ClusterNodes Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useState , useEffect } from 'react'
2
2
import { useHistory , useLocation } from 'react-router-dom'
3
- import { ReactComponent as Search } from '../../assets/icons/ic-search.svg'
4
- import { ReactComponent as Clear } from '../../assets/icons/ic-error.svg'
5
3
import { handleUTCTime } from '../common'
6
- import { CustomInput , Progressing , SearchBar } from '@devtron-labs/devtron-fe-common-lib'
4
+ import { Progressing , SearchBar } from '@devtron-labs/devtron-fe-common-lib'
7
5
import { ClusterDetail } from './types'
8
6
import { ReactComponent as Error } from '../../assets/icons/ic-error-exclamation.svg'
9
7
import { ReactComponent as Success } from '../../assets/icons/appstatus/healthy.svg'
You can’t perform that action at this time.
0 commit comments