Skip to content

Commit

Permalink
Show compatibility version as part of ShowOrgCloudletInfo for develop…
Browse files Browse the repository at this point in the history
…ers (#1438)
  • Loading branch information
ashxjain authored Apr 15, 2021
1 parent 8eb6021 commit eabf62a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mc/orm/orgcloudletpools.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ func ShowOrgCloudletInfo(c echo.Context) error {
CloudletInfo.MaintenanceState = output.MaintenanceState
CloudletInfo.TrustPolicyState = output.TrustPolicyState
CloudletInfo.ResourcesSnapshot = output.ResourcesSnapshot
CloudletInfo.CompatibilityVersion = output.CompatibilityVersion
}
show = append(show, CloudletInfo)
}
Expand Down

0 comments on commit eabf62a

Please sign in to comment.