summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2021-02-01 17:47:15 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2021-02-01 17:47:38 +0800
commitf5c784543f6f1aa58c49278001e8104524069dd9 (patch)
tree6102b9e6108f264baa3fc06ba85e552481ea20d4 /usecaseui-portal/src/constants
parent186b679ba02d7729801b4d560697d87034b9c8f6 (diff)
feat: delete code about endpoints of an and cn
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Change-Id: Iac65b6dfc2df46c0a97d5d2f53c37a307efd6a58 Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r--usecaseui-portal/src/constants/constants.ts63
1 files changed, 1 insertions, 62 deletions
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',
@@ -341,46 +342,6 @@ export const CORE_FORM_ITEMS = {
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',
required: true
@@ -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'
- }
- ]
- },
]
}