diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-05 21:00:27 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-05 21:00:35 +0800 |
commit | e2e2bcf625b3fa8edffa3e7ed81452448f3912d8 (patch) | |
tree | 9f59dfc508cf041d3daab68e242a47a0da832574 /usecaseui-portal/src/app/mock/json | |
parent | b2bb40bd62c814330bf23a50e65c9dc0fcd98091 (diff) |
feat: Added progress display in view progress component
Change-Id: I893ca65ab9fe15f3dd534ad6d414d61180f137ce
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json b/usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json new file mode 100644 index 00000000..7a14c73c --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json @@ -0,0 +1,11 @@ +{
+ "result_header": {
+ "result_code": "200",
+ "result_message": "5G slicing task operation progress result."
+ },
+ "result_body": {
+ "an_progress": 60,
+ "tn_progress": 60,
+ "cn_progress": 60
+ }
+}
|