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_locations.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_locations.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/uui-lcm_locations.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-lcm_locations.json b/usecaseui-portal/src/app/mock/json/uui-lcm_locations.json new file mode 100644 index 00000000..5cce8064 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/uui-lcm_locations.json @@ -0,0 +1,18 @@ +[ + { + "cloud-owner": "City B", + "cloud-region-id": "Edge_TIC01" + }, + { + "cloud-owner": "City A", + "cloud-region-id": "Core_TIC01" + }, + { + "cloud-owner": "City D", + "cloud-region-id": "Edge_TIC01" + }, + { + "cloud-owner": "City C", + "cloud-region-id": "Edge_TIC01" + } +] |