From 17c96fb7c91a56eb60ae91f932333eb13c3e3638 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Thu, 13 Aug 2020 15:49:33 +0800 Subject: feat: Comment out some parameters Change-Id: I23d978c26afd08ddb86df936baaed701c46f0642 Issue-ID: USECASEUI-442 Signed-off-by: cyuamber --- usecaseui-portal/src/constants/constants.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'usecaseui-portal/src/constants') 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' -- cgit 1.2.3-korg