소스 검색

send userId with api call to create plan

pull/1/head
Jonathan Cobb 4 년 전
부모
커밋
0f3b381690
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/account/NewNetworkPage.vue

+ 1
- 1
src/account/NewNetworkPage.vue 파일 보기

@@ -444,6 +444,7 @@
} else {
console.log('sending accountPlan: ' + JSON.stringify(this.accountPlan) + ' cloud/region=' + cloudRegion.cloud + '/' + cloudRegion.internalName);
this.addPlanAndStartNetwork({
userId: this.user.uuid,
accountPlan: this.accountPlan,
cloud: cloudRegion.cloud,
region: cloudRegion.internalName,
@@ -477,7 +478,6 @@
},
nearestRegions (regions) {
if (regions) {
console.log('nearestRegions: received: '+regions.length+' regions');
this.regions = regions;
if (this.cloudRegionUuid === null || (typeof regions.find(r => r.uuid === this.cloudRegionUuid) === 'undefined')) {
this.cloudRegionUuid = regions[0].uuid;


불러오는 중...
취소
저장