Skip to content

Commit 8800825

Browse files
author
Mukul Tayal
committed
chore: remove code smell
1 parent e37e28e commit 8800825

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/ClusterNodes/ClusterOverview.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ import { ClusterOverviewProps, DescriptionDataType, ERROR_TYPE } from './types'
33
import { ReactComponent as Error } from '../../assets/icons/ic-error-exclamation.svg'
44
import { ReactComponent as QuestionFilled } from '../../assets/icons/ic-help.svg'
55
import { ReactComponent as TippyIcon } from '../../assets/icons/ic-help-outline.svg'
6-
import { URLS } from '../../config'
76
import { getClusterNote } from './clusterNodes.service'
87
import { generatePath, useHistory, useParams, useRouteMatch } from 'react-router-dom'
98
import GenericDescription from '../common/Description/GenericDescription'
109
import { defaultClusterNote } from './constants'
1110
import moment from 'moment'
12-
import { Moment12HourFormat } from '../../config'
11+
import { Moment12HourFormat,URLS } from '../../config'
1312
import {
1413
ErrorScreenManager,
1514
Progressing,

src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/Logs.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ function LogsComponent({
483483
<React.Fragment>
484484
<div className="h-16 dc__border-right ml-8 mr-8"></div>
485485
<div className="cn-6 ml-8 mr-10">Container </div>
486-
<div>
486+
<div className='dc__mxw-200'>
487487
<Select
488488
placeholder="Select Containers"
489489
classNamePrefix="containers-select"

0 commit comments

Comments
 (0)