From d384c6e15673313c3cbba04f0cde562a8894a8ae Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 11 Sep 2019 10:11:55 +0800 Subject: feat:mock local json data for services-list page Change-Id: I2e85f93c4ad2377614c2eaadd9c0488cc6178fce Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../src/app/mock/json/uui-lcm_locations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 usecaseui-portal/src/app/mock/json/uui-lcm_locations.json (limited to 'usecaseui-portal/src/app/mock/json/uui-lcm_locations.json') 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" + } +] -- cgit 1.2.3-korg