From 372bbf21aba82b32c544933bce08cc9ae2795fb6 Mon Sep 17 00:00:00 2001 From: wangyuerg Date: Tue, 1 Sep 2020 17:11:20 +0800 Subject: fix: fix the bug of subnet-params and conflict Change-Id: Ic27e6cfbb3a706ed23f3f1317dd552c01f285bb1 Signed-off-by: wangyuerg Issue-ID: USECASEUI-444 --- usecaseui-portal/src/constants/constants.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'usecaseui-portal/src/constants') diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 3469dd93..412db5c8 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -197,11 +197,13 @@ export const CORE_FORM_ITEMS = { options: [ { title: 'ip_address', - key: 'an_ip_address' + key: 'an_ip_address', + holder: 'IpAddress' }, { title: 'logical_link', - key: 'an_logical_link' + key: 'an_logical_link', + holder: 'LogicId' }, { title: 'nexthop_info', @@ -297,11 +299,13 @@ export const CORE_FORM_ITEMS = { options: [ { title: 'ip_address', - key: 'cn_ip_address' + key: 'cn_ip_address', + holder: 'IpAddress' }, { title: 'logical_link', - key: 'cn_logical_link' + key: 'cn_logical_link', + holder: 'LogicId' }, { title: 'nexthop_info', -- cgit 1.2.3-korg