Skip to content

Commit e9aa269

Browse files
committed
doc: add comment
1 parent 03f9c64 commit e9aa269

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/app/details/appDetails/AppDetails.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ export const Details: React.FC<DetailsType> = ({
480480
getDeploymentStatusDetail(params.appId, params.envId, shouldFetchTimeline)
481481
.then((deploymentStatusDetailRes) => {
482482
if (deploymentStatusDetailRes.result) {
483+
// Timelines are not applicable for helm deployments and air gapped envs
483484
if (deploymentAppType === DeploymentAppTypes.HELM || isAirGappedIsolatedEnv) {
484485
setDeploymentStatusDetailsBreakdownData({
485486
...deploymentStatusDetailsBreakdownData,

src/components/app/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ interface ResourceTree {
187187
status: string
188188
podMetadata: PodMetadatum[]
189189
conditions?: any
190+
lastSnapshotTime?: string
190191
}
191192

192193
interface Node {

0 commit comments

Comments
 (0)