diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-02-21 17:25:46 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-02-21 17:28:28 +0800 |
commit | 0d7de309f6ac0683525b7f1d77743275ceec3305 (patch) | |
tree | df8c6667fb98b7e4915b62e9f274af45448b4eba /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts | |
parent | 8f1facfc42a7ab98cf39f624034dbd6e82b83386 (diff) |
Fix instance instantiation for E2E
Change-Id: Ie95dc72d3a7929147923cddaf65cdec2e2c53168
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts index 8fc9fb60..261aa3f9 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 CMCC, Inc. and others. All rights reserved. + Copyright (C) 2019 CMCC, Inc. and others. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ export class E2eCreationComponent implements OnInit { inputs2:[], vnfs:[] } - getTemParameters(){ //获取模板参数 + getTemParameters(){ //Get template parameters let type = this.createParams.commonParams.templateType == "E2E Service" ? "e2e" : "ns"; this.myhttp.getTemplateParameters(type,this.createParams.template) .subscribe((data)=>{ @@ -104,6 +104,8 @@ export class E2eCreationComponent implements OnInit { service = { name: "", description: "", + COS:"", + EBS:"", serviceInvariantUuid: "", serviceUuid: "", // uuid ?? globalSubscriberId: "", // "customer.id", |