diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-08-13 15:49:33 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-08-13 15:49:41 +0800 |
commit | 17c96fb7c91a56eb60ae91f932333eb13c3e3638 (patch) | |
tree | 0380767e385619a034b90f5f9ce703114c03f846 /usecaseui-portal/src/constants | |
parent | cd7079b452eb67c04240bdc7d0f5269f935f1901 (diff) |
feat: Comment out some parameters
Change-Id: I23d978c26afd08ddb86df936baaed701c46f0642
Issue-ID: USECASEUI-442
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index b5f2244d..dea02d39 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -208,18 +208,18 @@ export const CORE_FORM_ITEMS = [ title: 'overallUserDensity',
key: 'cn_overalluser_density'
},
- {
- title: 'IP Address',
- key: 'cn_ip_address'
- },
- {
- title: 'Logical Link',
- key: 'cn_logical_link'
- },
- {
- title: 'Nexthop Info',
- key: 'cn_nexthop_info'
- },
+ // {
+ // title: 'IP Address',
+ // key: 'cn_ip_address'
+ // },
+ // {
+ // title: 'Logical Link',
+ // key: 'cn_logical_link'
+ // },
+ // {
+ // title: 'Nexthop Info',
+ // key: 'cn_nexthop_info'
+ // },
{
title: 'Coverage Area Ta List',
key: 'an_coverage_area_ta_list'
|