File tree Expand file tree Collapse file tree
src/Shared/Components/Error Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import { NavLink } from 'react-router-dom'
1919import { URLS } from '@Common/Constants'
2020
2121import { AppType } from '../../types'
22+ import { Icon } from '../Icon'
2223import { InfoBlock } from '../InfoBlock'
2324import { ErrorBarType } from './types'
2425import { getIsImagePullBackOff } from './utils'
@@ -41,8 +42,8 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
4142 < div className = { `flexbox-col dc__gap-16 ${ useParentMargin ? 'm-20' : '' } fs-13` } >
4243 < InfoBlock
4344 heading = {
44- < div className = "flexbox dc__content-space" >
45- < div >
45+ < div className = "flexbox dc__content-space fs-13 lh-20 cn-9 " >
46+ < div className = "fw-6" >
4647 ImagePullBackOff: Failed to pull image on ‘{ appDetails . clusterName } ’ from ‘
4748 { appDetails . dockerRegistryId } ’
4849 </ div >
@@ -51,6 +52,7 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
5152 className = "cb-5 fs-13 anchor w-auto dc__no-decor flex ml-8"
5253 >
5354 Manage access
55+ < Icon name = "ic-arrow-right" color = "B500" />
5456 </ NavLink >
5557 </ div >
5658 }
You can’t perform that action at this time.
0 commit comments