From f5c784543f6f1aa58c49278001e8104524069dd9 Mon Sep 17 00:00:00 2001 From: wangyuerg Date: Mon, 1 Feb 2021 17:47:15 +0800 Subject: feat: delete code about endpoints of an and cn Signed-off-by: wangyuerg Change-Id: Iac65b6dfc2df46c0a97d5d2f53c37a307efd6a58 Issue-ID: USECASEUI-527 --- usecaseui-portal/src/constants/constants.ts | 63 +---------------------------- 1 file changed, 1 insertion(+), 62 deletions(-) (limited to 'usecaseui-portal/src/constants') diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index a46ff010..ab40534b 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -154,6 +154,7 @@ export const TRANSFRER_FORM_ITEMS = [ title: 'Resource Sharing Level', // select key: 'sliceProfile_TN_resourceSharingLevel', // :new required: true, + type: '', options: [ { title: 'Shared', @@ -340,46 +341,6 @@ export const CORE_FORM_ITEMS = { key: 'sliceProfile_AN_overallUserDensity', required: false }, - { - title:'Endpoint', - key:"an_Endpoint", - required: true, - options: [ - { - title: 'ip_address', - key: 'sliceProfile_AN_ipAddress', - holder: 'IpAddress' - }, - { - title: 'logical_link', - key: 'sliceProfile_AN_logicInterfaceId', - holder: 'LogicId' - }, - { - title: 'nexthop_info', - key: 'sliceProfile_AN_nextHopInfo', - holder: 'NextHop' - } - ] - }, - // { - // title: 'ip_address', - // key: 'an_coverage_area_ta_list', - // required: true, - // holder: 'IpAddress' - // }, - // { - // title: 'logical_link', - // key: 'sliceProfile_AN_logicInterfaceId', - // required: true, - // holder: 'LogicalId' - // }, - // { - // title: 'nexthop_info', - // key: 'sliceProfile_AN_nextHopInfo', - // required: true, - // holder: 'NextHop' - // }, { title: 'Coverage Area Ta List', key: 'an_coverage_area_ta_list', @@ -498,28 +459,6 @@ export const CORE_FORM_ITEMS = { // required: true, // holder: 'NextHop' // }, - { - title:'Endpoint', - key:"cn_Endpoint", - required: true, - options: [ - { - title: 'ip_address', - key: 'sliceProfile_CN_ipAddress', - holder: 'IpAddress' - }, - { - title: 'logical_link', - key: 'sliceProfile_CN_logicInterfaceId', - holder: 'LogicId' - }, - { - title: 'nexthop_info', - key: 'sliceProfile_CN_nextHopInfo', - holder: 'NextHop' - } - ] - }, ] } -- cgit