Skip to content

Commit

Permalink
fix(dedicated): infinite loading when resize nsx
Browse files Browse the repository at this point in the history
ref: MANAGER-16287

Signed-off-by: Thibaud Crespin <[email protected]>
  • Loading branch information
Thibaud Crespin committed Jan 23, 2025
1 parent 25e7a70 commit d7102e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class DedicatedCloudService {
}

resizeNsxtEdgeCluster(serviceName, datacenterId, size) {
this.$http.post(
return this.$http.post(
`/dedicatedCloud/${serviceName}/datacenter/${datacenterId}/resizeNsxtEdgeCluster`,
{ size },
);
Expand Down

0 comments on commit d7102e0

Please sign in to comment.