File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ export const Details: React.FC<DetailsType> = ({
480
480
getDeploymentStatusDetail ( params . appId , params . envId , shouldFetchTimeline )
481
481
. then ( ( deploymentStatusDetailRes ) => {
482
482
if ( deploymentStatusDetailRes . result ) {
483
+ // Timelines are not applicable for helm deployments and air gapped envs
483
484
if ( deploymentAppType === DeploymentAppTypes . HELM || isAirGappedIsolatedEnv ) {
484
485
setDeploymentStatusDetailsBreakdownData ( {
485
486
...deploymentStatusDetailsBreakdownData ,
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ interface ResourceTree {
187
187
status : string
188
188
podMetadata : PodMetadatum [ ]
189
189
conditions ?: any
190
+ lastSnapshotTime ?: string
190
191
}
191
192
192
193
interface Node {
You can’t perform that action at this time.
0 commit comments