From 1081d5ec761a7785cac40a1834944eaf109fe0f2 Mon Sep 17 00:00:00 2001 From: liuwh7 Date: Fri, 12 Mar 2021 10:40:27 +0800 Subject: fix: add eror tip and mock data Change-Id: Ib80f8b0fb9e57e7f3271c498fa4669c98aa32db1 Signed-off-by: liuwh7 Issue-ID: USECASEUI-525 --- usecaseui-portal/src/app/mock/json/POST_intent_predict.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 usecaseui-portal/src/app/mock/json/POST_intent_predict.json (limited to 'usecaseui-portal/src/app/mock/json') diff --git a/usecaseui-portal/src/app/mock/json/POST_intent_predict.json b/usecaseui-portal/src/app/mock/json/POST_intent_predict.json new file mode 100644 index 00000000..a0ccf863 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/POST_intent_predict.json @@ -0,0 +1,10 @@ +{ + "maxNumberofUEs": "10", + "latency": "10", + "name": "exclusive slicing service", + "uEMobilityLevel": "stationary", + "expDataRateUL": "1000", + "expDataRateDL": "1000", + "resourceSharingLevel": "non-shared", + "coverageArea": "Beijing Beijing Haiding Wanshoulu" +} \ No newline at end of file -- cgit 1.2.3-korg