Skip to content

Commit

Permalink
add account id to cluster update (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxzhu authored Mar 27, 2024
1 parent 2309272 commit f0ec156
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ <h4 class="panel-title pull-left">Capacity</h4>
// It's really just update cluster info config without capacity
//Create the default capacity. The input here aligns to the Rodimus new cluster
var clusterInfo = {};
clusterInfo['accountId'] = currentCluster.accountId;
clusterInfo['provider'] = this.currentProvider;
clusterInfo['cellName'] = this.currentCell;
clusterInfo['archName'] = this.currentArch;
Expand Down

0 comments on commit f0ec156

Please sign in to comment.