diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2018-11-14 18:03:48 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2018-11-14 18:04:06 +0800 |
commit | 0dcf11c84e8be3bcecbf6135c21db30fc5ef8356 (patch) | |
tree | 754c87ae481a2bd516a0e218f07fb56eb737e89e /usecaseui-portal/src/app/ccvpn-network | |
parent | a79f49321ee56b66011f8daba0ecaee4d6b63670 (diff) |
Support OTN Domain Management
Change-Id: I915331ec6261b5eaffc46fcc184ed548445a2395
Issue-ID: USECASEUI-178
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-network')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts | 4 |
1 files changed, 2 insertions, 2 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 0afad53d..81f69484 100644 --- a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts +++ b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.ts @@ -1013,10 +1013,10 @@ export class CcvpnNetworkComponent implements OnInit { "client-id": "", "te-topo-id": "", "relationship-list": { - "relationship": { + "relationship": [{ "related-to": "ext-aai-network", "related-link": "/aai/v13/network/ext-aai-networks/ext-aai-network/"+time - } + }] } } }; |