diff options
author | wangyuerg <wangyuerg@chinamobile.com> | 2021-03-05 20:37:03 +0800 |
---|---|---|
committer | wangyuerg <wangyuerg@chinamobile.com> | 2021-03-05 20:37:36 +0800 |
commit | 414d150327c692a115aa06414d8bf17509388943 (patch) | |
tree | b8df554dca32f4b644256576e7cafcadb3788b9e /usecaseui-portal/src/app/mock/json | |
parent | 88476a52e2f415becbed122416a4ca137016f49c (diff) |
feat:modify style
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Change-Id: I3f6784469382e3fddeb6e27f756086d5f25f2d85
Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/app/mock/json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/slicing_business_list.json | 39 | ||||
-rw-r--r-- | usecaseui-portal/src/app/mock/json/slicing_business_list_activated.json | 1 |
2 files changed, 37 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/mock/json/slicing_business_list.json b/usecaseui-portal/src/app/mock/json/slicing_business_list.json index 224f8035..d0402c13 100644 --- a/usecaseui-portal/src/app/mock/json/slicing_business_list.json +++ b/usecaseui-portal/src/app/mock/json/slicing_business_list.json @@ -13,7 +13,18 @@ "service_snssai": "1-010101", "orchestration_status": "processing", "last_operation_type": "processing", - "last_operation_progress": 80 + "last_operation_progress": 80, + "anVersion":"10.2.3.4.5", + "vLanText":"111", + "tnVersion":"10.0.1.1.1", + "tnText":"TN EDGEText", + "mbps":"111", + "msText":"111", + "linkType":"p2p/mp2p", + "tnEndVersion":"10.1.1.1", + "tnEndText":"TN EDGEText", + "cnVlan":"11", + "cnVersion":"1.1.2.3" }, { "service_instance_id": "23edd22b-a0b2-449f-be87-d094159b9267", @@ -22,7 +33,18 @@ "service_snssai": "1-010101", "orchestration_status": "activated", "last_operation_type": "activated", - "last_operation_progress": 10 + "last_operation_progress": 10, + "anVersion":"10.2.3.4.5", + "vLanText":"222", + "tnVersion":"10.0.1.1.1", + "tnText":"TN EDGEText", + "mbps":"222", + "msText":"222", + "linkType":"p2p/mp2p", + "tnEndVersion":"10.1.1.1", + "tnEndText":"TN EDGEText", + "cnVlan":"22", + "cnVersion":"1.1.2.3" }, { "service_instance_id": "23edd22b-a0b2-449f-be87-d094159b9271", @@ -31,7 +53,18 @@ "service_snssai": "1-010101", "orchestration_status": "deactivated", "last_operation_type": "deactivated", - "last_operation_progress": 100 + "last_operation_progress": 100, + "anVersion":"10.2.3.4.5", + "vLanText":"333", + "tnVersion":"10.0.1.1.1", + "tnText":"TN EDGEText", + "mbps":"333", + "msText":"333", + "linkType":"p2p/mp2p", + "tnEndVersion":"10.1.1.1", + "tnEndText":"TN EDGEText", + "cnVlan":"33", + "cnVersion":"1.1.2.3" } ] } diff --git a/usecaseui-portal/src/app/mock/json/slicing_business_list_activated.json b/usecaseui-portal/src/app/mock/json/slicing_business_list_activated.json index de4d608b..ecbdf535 100644 --- a/usecaseui-portal/src/app/mock/json/slicing_business_list_activated.json +++ b/usecaseui-portal/src/app/mock/json/slicing_business_list_activated.json @@ -14,6 +14,7 @@ "orchestration_status": "activated", "last_operation_type": "activate", "last_operation_progress": 10 + } ] } |