diff options
author | wangyuerg <wangyuerg@chinamobile.com> | 2021-03-25 17:26:37 +0800 |
---|---|---|
committer | wangyuerg <wangyuerg@chinamobile.com> | 2021-03-25 17:27:39 +0800 |
commit | d8fdbce9d57317955fbe6c0e3c6fd1f031396e0c (patch) | |
tree | a2e0e5b3ce3350c7766ea25e0964f2454e43dc23 /usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json | |
parent | 98be53b1e812f48539019036227b16f18f7d8aac (diff) |
fix: fix the bug of loading
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Change-Id: Id63f6fbd3e831af9c9216d505f546436648e087a
Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json b/usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json index dbb4637e..9111606d 100644 --- a/usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json +++ b/usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json @@ -4,7 +4,7 @@ "result_message": "5Gslicingorderqueryresult." }, "result_body": { - "record_number": 2, + "record_number": 4, "connection_links_list": [{ "linkId": "233errt4545", "anInfo": { @@ -46,6 +46,44 @@ "maxBandwidth": "2002", "resourceSharingLevel": "shared2" } + }, + { + "linkId": "233errt4547", + "anInfo": { + "ipAddress": "2.2.2.2", + "logicId": "dff344442", + "nextHop": "sddsweedffsdsssss2" + }, + "cnInfo": { + "ipAddress": "1.1.1.12", + "logicId": "dff344442", + "nextHop": "sddsweedffsdsssss2" + }, + "properties": { + "latency": "202", + "jitter": "dffd2", + "maxBandwidth": "2002", + "resourceSharingLevel": "shared2" + } + }, + { + "linkId": "233errt4548", + "anInfo": { + "ipAddress": "2.2.2.2", + "logicId": "dff344442", + "nextHop": "sddsweedffsdsssss2" + }, + "cnInfo": { + "ipAddress": "1.1.1.12", + "logicId": "dff344442", + "nextHop": "sddsweedffsdsssss2" + }, + "properties": { + "latency": "202", + "jitter": "dffd2", + "maxBandwidth": "2002", + "resourceSharingLevel": "shared2" + } } ] } |