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/fetchBandwidthData.json | 12 ++++++------ usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'usecaseui-portal/src/app/mock') diff --git a/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json b/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json index 4fb9b9b6..3b04a550 100644 --- a/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json +++ b/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json @@ -9,11 +9,11 @@ "service_id": "service1", "total_bandwidth_list": [ { - "timestamp": "1454171445000", + "timestamp": "1454171446000", "total_bandwidth": "167" }, { - "timestamp": "1454171445000", + "timestamp": "1454173447000", "total_bandwidth": "200" } ] @@ -22,11 +22,11 @@ "service_id": "service2", "total_bandwidth_list": [ { - "timestamp": "1454171447000", + "timestamp": "1454171446000", "total_bandwidth": "88" }, { - "timestamp": "1454171447000", + "timestamp": "1454173447000", "total_bandwidth": "184" } ] @@ -35,11 +35,11 @@ "service_id": "service3", "total_bandwidth_list": [ { - "timestamp": "1454171448000", + "timestamp": "1454171446000", "total_bandwidth": "173" }, { - "timestamp": "1454171448000", + "timestamp": "1454173447000", "total_bandwidth": "95" } ] 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