From 61e717236b1b5ec8b157f16d8a6f5c7494c3e553 Mon Sep 17 00:00:00 2001 From: gjaibm1314 <695000801@qq.com> Date: Wed, 11 Mar 2020 13:01:25 +0800 Subject: feat: Modify the function of NSMF slicing-management Change-Id: Ia1411d44afb8fc9267a30de0cd9dd0e89eac5733 Issue-ID: USECASEUI-369 Signed-off-by: gjaibm1314 <695000801@qq.com> --- usecaseui-portal/src/app/mock/json/slicing_business_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usecaseui-portal/src/app/mock') 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 }, { -- cgit 1.2.3-korg