diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-11 10:11:55 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-11 10:11:58 +0800 |
commit | d384c6e15673313c3cbba04f0cde562a8894a8ae (patch) | |
tree | 4ff3ffcd86d0cc963f571ad0a7a63feb4c302a23 /usecaseui-portal/src/app/mock/json/uui-lcm_sdnc-controllers.json | |
parent | 16a3412e4b65f5fb5b4073a2d8f4ec360d355e50 (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_sdnc-controllers.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/uui-lcm_sdnc-controllers.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-lcm_sdnc-controllers.json b/usecaseui-portal/src/app/mock/json/uui-lcm_sdnc-controllers.json new file mode 100644 index 00000000..fdd71f5e --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/uui-lcm_sdnc-controllers.json @@ -0,0 +1,10 @@ +[ + { + "thirdparty-sdnc-id": "shdhcdfefgegf", + "location":"xxx" + }, + { + "thirdparty-sdnc-id": "ddfgegergegsdfe", + "location":"xxx" + } +] |