diff options
author | Tao Shen <shentao@chinamobile.com> | 2020-03-11 12:34:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-11 12:34:54 +0000 |
commit | 781f5cf9ec7b76fad50436270ebf1d0226c0f7fb (patch) | |
tree | d3b649a3156926cd71e3f7167b307b81a3121153 /usecaseui-portal/src/app/mock | |
parent | 054995b9d10934b55e5be5a214f642b9c817baf0 (diff) | |
parent | 61e717236b1b5ec8b157f16d8a6f5c7494c3e553 (diff) |
Merge "feat: Modify the function of NSMF slicing-management"
Diffstat (limited to 'usecaseui-portal/src/app/mock')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/slicing_business_list.json | 6 |
1 files changed, 3 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 bedefa98..f57945e8 100644 --- a/usecaseui-portal/src/app/mock/json/slicing_business_list.json +++ b/usecaseui-portal/src/app/mock/json/slicing_business_list.json @@ -11,8 +11,8 @@ "service_instance_name": "slicing-01-eMBB", "service_type": "eMMB", "service_snssai": "1-010101", - "orchestration_status": "activated", - "last_operation_type": "activate", + "orchestration_status": "processing", + "last_operation_type": "processing", "last_operation_progress": 80 }, { @@ -21,7 +21,7 @@ "service_type": "eMMB", "service_snssai": "1-010101", "orchestration_status": "activated", - "last_operation_type": "activate", + "last_operation_type": "DELETE", "last_operation_progress": 99 }, { |