summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-11 10:11:55 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-11 10:11:58 +0800
commitd384c6e15673313c3cbba04f0cde562a8894a8ae (patch)
tree4ff3ffcd86d0cc963f571ad0a7a63feb4c302a23 /usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json
parent16a3412e4b65f5fb5b4073a2d8f4ec360d355e50 (diff)
feat:mock local json data for services-list page
Change-Id: I2e85f93c4ad2377614c2eaadd9c0488cc6178fce Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json')
-rw-r--r--usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json b/usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json
new file mode 100644
index 00000000..8676b49a
--- /dev/null
+++ b/usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json
@@ -0,0 +1,13 @@
+{
+ "operationStatus":{
+ "operationId": "XXXXXX",
+ "operation": "create|delete|update|scale",
+ "result": "finished|error|processing",
+ "reason": "",
+ "userId": "",
+ "operationContent": "Be creating pop.",
+ "progress": 99,
+ "operateAt": "",
+ "finishedAt": ""
+ }
+}