diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-10 16:53:06 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-10 16:53:20 +0800 |
commit | bff56675c3a12bafe443fbb52f5d9eea99461db7 (patch) | |
tree | 29aafcabdc95c69e4abfd12a921c64919bed2c4f /usecaseui-portal/src/app/mock | |
parent | 8f0482631540bc23eeb83c6d28ee05dd19057443 (diff) |
feat:opmizite of slicing business page & 5G slicing monitor page
Change-Id: I8fc683a7a423605ef13b7eab43a2e816114df07e
Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/fetchBandwidthData.json | 12 | ||||
-rw-r--r-- | usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json | 10 |
2 files changed, 11 insertions, 11 deletions
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" } ] |