aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-05-14 06:44:19 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-14 06:44:19 +0000
commit612e1f0f4133df671a376be5235cf3c4b2cfbb1a (patch)
tree1e55084b4464d93b6efedd3e2f5818ef09b934e2
parentc50f96c8914ba6a5153d81a600eb3bb8073a431d (diff)
parent65a6ac7f9cf0ba5a80493aaa8b7ae4355a34518f (diff)
Merge "Fix instance detail for CCVPN"
-rw-r--r--usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts
index 4f535d33..0ae4f553 100644
--- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts
+++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts
@@ -78,8 +78,8 @@ export class CcvpnDetailComponent implements OnInit {
//tabBarStyle
dataInit() {
console.log(this.detailParams)
- this.input_parameters = JSON.stringify(this.detailParams['input-parameters'])
- this.input_parameters = JSON.parse(this.input_parameters);
+ // this.input_parameters = JSON.stringify(this.detailParams['input-parameters'])
+ this.input_parameters = JSON.parse(this.detailParams['input-parameters']);
console.log(this.input_parameters);
this.templateParameters.service = {
name: this.input_parameters.service.name,