From efa362157f4cfce894670772f2aec077dc794f7a Mon Sep 17 00:00:00 2001 From: cyuamber Date: Tue, 3 Sep 2019 17:28:59 +0800 Subject: feat: add home service mock data Change-Id: I3d63e5a2fd4a221beaddd7ce709e59d92a6991b5 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../src/app/mock/json/uui-lcm_customers.json | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100755 usecaseui-portal/src/app/mock/json/uui-lcm_customers.json (limited to 'usecaseui-portal/src/app/mock/json/uui-lcm_customers.json') diff --git a/usecaseui-portal/src/app/mock/json/uui-lcm_customers.json b/usecaseui-portal/src/app/mock/json/uui-lcm_customers.json new file mode 100755 index 00000000..9c66eff4 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/uui-lcm_customers.json @@ -0,0 +1,82 @@ + + +[ + { + "global-customer-id": "Democcy", + "subscriber-name": "Democcy", + "subscriber-type": "INFRA", + "resource-version": "1535601196964" + }, + { + "global-customer-id": "support", + "subscriber-name": "testccccccccsssssssssseeeeeeeeeee", + "subscriber-type": "CUST", + "resource-version": "1536069070995" + }, + { + "global-customer-id": "Demonstration", + "subscriber-name": "Demonstration", + "subscriber-type": "INFRA", + "resource-version": "1535080521665" + }, + { + "global-customer-id": "Orange", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535865156826" + }, + { + "global-customer-id": "Orange5", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1529978907607" + }, + { + "global-customer-id": "wale", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536058660948" + }, + { + "global-customer-id": "kiwi", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536042103511" + }, + { + "global-customer-id": "Apple", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535971300786" + }, + { + "global-customer-id": "Tiger", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535977578133" + }, + { + "global-customer-id": "Deer", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535988232470" + }, + { + "global-customer-id": "Bear", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536041229105" + }, + { + "global-customer-id": "Panda", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536038628045" + }, + { + "global-customer-id": "Lion", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535986050695" + } +] -- cgit 1.2.3-korg