summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-11-23 18:56:49 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-11-23 18:56:55 +0800
commitdf74e8f2ace7cb77afdd48c7c5edc800ba95ab4f (patch)
tree70f21b73f09c4f78ecf76609a0d0f2962aa68dff /usecaseui-portal/src/constants
parent1eee79ef143d6133918cbc82febe90baef064b23 (diff)
feat: change tn params
Change-Id: Id98dca1004ae1a3b1ce41e9e46a05b5f5835a143 Issue-ID: USECASEUI-444 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r--usecaseui-portal/src/constants/constants.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts
index 0ddb23b3..61030d55 100644
--- a/usecaseui-portal/src/constants/constants.ts
+++ b/usecaseui-portal/src/constants/constants.ts
@@ -137,17 +137,17 @@ export const TRANSFRER_FORM_ITEMS = [
},
{
title: 'Latency (ms)',
- key: 'tn_latency',
+ key: 'tn_bh_latency',
required: true
},
{
title: 'Jitter',
- key: 'sliceProfile_TN_jitte',
+ key: 'sliceProfile_TN_BH_jitte',
required: false,
},
{
title: 'MaxBandwidth',
- key: 'tn_bandwidth',
+ key: 'tn_bh_bandwidth',
required: true
},
]