We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e214499 commit a8f6400Copy full SHA for a8f6400
src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/Terminal.component.tsx
@@ -14,7 +14,7 @@ import { OptionType } from '../../../../../app/types'
14
import {AppType, TerminalComponentProps, Options} from '../../../appDetails.type'
15
import './nodeDetailTab.scss'
16
import TerminalWrapper from './terminal/TerminalWrapper.component'
17
-import {TerminalSelectionListDataType} from './terminal/terminal.type'
+import { TerminalSelectionListDataType } from './terminal/terminal.type'
18
import {get, showError, stopPropagation} from '@devtron-labs/devtron-fe-common-lib'
19
import {SocketConnectionType} from '../../../../../ClusterNodes/constants'
20
import {TerminalWrapperType} from './terminal/constants'
0 commit comments