diff --git a/src/pages/projects/containers/Pods/Detail/ScheduleInfo/index.jsx b/src/pages/projects/containers/Pods/Detail/ScheduleInfo/index.jsx index 8731680b7c5..8b09c45cb07 100644 --- a/src/pages/projects/containers/Pods/Detail/ScheduleInfo/index.jsx +++ b/src/pages/projects/containers/Pods/Detail/ScheduleInfo/index.jsx @@ -242,17 +242,18 @@ class ScheduleInfo extends React.Component { renderPodStatus() { const { detail } = this.store const conditions = get(detail, 'status.conditions', []) - const phase = get(detail, 'status.phase', '') + const status = get(detail, 'podStatus.status', '') + return (
+ } />