summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2020-09-04 09:49:58 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2020-09-04 10:06:49 +0800
commit8f4f6bf4779b2a093924e06f5e270721c94c46f0 (patch)
treede55372e7c5ba06a26cc50443948a4c51d8601de /usecaseui-portal/src/constants
parent0d9c465fa7053a26c3daeeb841057d571ce2b587 (diff)
fix: add new parameter in slicing-task
Change-Id: Iad1f92210d93e7316237d5c7056aef1b9725d177 Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Issue-ID: USECASEUI-444
Diffstat (limited to 'usecaseui-portal/src/constants')
-rw-r--r--usecaseui-portal/src/constants/constants.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts
index 9e732336..3d647e03 100644
--- a/usecaseui-portal/src/constants/constants.ts
+++ b/usecaseui-portal/src/constants/constants.ts
@@ -371,7 +371,8 @@ export const CORE_FORM_ITEMS = {
},
{
title: 'nexthop_info',
- key: 'cn_nexthop_info'
+ key: 'cn_nexthop_info',
+ holder: 'NextHop'
}
]
},