aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-13 10:43:23 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-13 10:47:57 +0800
commit65a6ac7f9cf0ba5a80493aaa8b7ae4355a34518f (patch)
tree6540662e5bac04987e8e2e30f3ef38c5f13d6dc6
parent875fc6eab813e28e3b4ccee01362ae751a2824c9 (diff)
Fix instance detail for CCVPN
Change-Id: Ide2897443286f5f890e58f4cc8c604f9994852d6 Issue-ID: USECASEUI-222 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-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,