summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-lcm_locations.json
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-09-11 09:27:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-11 09:27:42 +0000
commitc5f724975b6c15913d609e6edb07ec8a91bc3a0d (patch)
tree2a9d6b24ba26231fa2eec864c79aa70986e52e28 /usecaseui-portal/src/app/mock/json/uui-lcm_locations.json
parente3218a0f7098977d0de690b954a691d99449270c (diff)
parentd384c6e15673313c3cbba04f0cde562a8894a8ae (diff)
Merge "feat:mock local json data for services-list page"
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.json18
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"
+ }
+]