Skip to content

Commit 7868287

Browse files
committed
chore: update version to 1.13.0-beta-5 in package.json and package-lock.json; set ARGOCD_SYNC collapse state to true
1 parent 6eaf709 commit 7868287

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.13.0-beta-4",
3+
"version": "1.13.0-beta-5",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/DeploymentStatusBreakdown/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ export const processDeploymentStatusDetailsData = (
335335
deploymentData.deploymentStatusBreakdown.ARGOCD_SYNC.icon = 'success'
336336
deploymentData.deploymentStatusBreakdown.ARGOCD_SYNC.displaySubText = ''
337337
deploymentData.deploymentStatusBreakdown.ARGOCD_SYNC.time = element.statusTime
338+
deploymentData.deploymentStatusBreakdown.ARGOCD_SYNC.isCollapsed = true
338339
}
339340

340341
processKubeCTLApply(timelineData, element, deploymentStatus, data)

0 commit comments

Comments
 (0)