aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2018-11-12 19:07:27 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2018-11-12 19:11:02 +0800
commit5b311d1072f5e093a523d0b2f81d306997ca05aa (patch)
tree8b0f7c93c0c04c121ea2e6a32907be0a5b927140
parent04f68456281aa8ecdb098ac71d2df20c14069082 (diff)
Support OTN Domain Management
Change-Id: I8b8312fa39247e45be849d1e29b0d43b5fa86a27 Issue-ID: USECASEUI-178 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts
index 9eba63dd..25562357 100644
--- a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts
+++ b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts
@@ -1150,7 +1150,7 @@ export class CcvpnNetworkComponent implements OnInit {
let _thiss = this;
let params={
"ext-aai-network": {
- "aai-id":this.cloudNetwork + time,
+ "aai-id":time,
"esr-system-info": {
"esr-system-info-id": "example-esr-system-info-id-val-0",
"service-url": this.cloudUrl,