From bff56675c3a12bafe443fbb52f5d9eea99461db7 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Tue, 10 Dec 2019 16:53:06 +0800 Subject: feat:opmizite of slicing business page & 5G slicing monitor page Change-Id: I8fc683a7a423605ef13b7eab43a2e816114df07e Issue-ID: USECASEUI-369 Signed-off-by: cyuamber --- usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json') diff --git a/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json b/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json index 0c8dd97d..777342d7 100644 --- a/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json +++ b/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json @@ -13,7 +13,7 @@ "online_users": "100" }, { - "timestamp": "1454171445000", + "timestamp": "1454176446000", "online_users": "200" } ] @@ -22,11 +22,11 @@ "service_id": "service2", "online_user_list": [ { - "timestamp": "1454171446000", + "timestamp": "1454171445000", "online_users": "157" }, { - "timestamp": "1454171446000", + "timestamp": "1454176446000", "online_users": "189" } ] @@ -35,11 +35,11 @@ "service_id": "service3", "online_user_list": [ { - "timestamp": "1454171449000", + "timestamp": "1454171445000", "online_users": "215" }, { - "timestamp": "1454171449000", + "timestamp": "1454176446000", "online_users": "148" } ] -- cgit 1.2.3-korg