summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views
diff options
context:
space:
mode:
authorzoulingli128 <zll_1208@126.com>2022-10-26 17:40:19 +0800
committerzoulingli128 <zll_1208@126.com>2022-10-26 17:41:34 +0800
commit4d01d5c789cf2261b2c0b2b7984a372c4291c971 (patch)
treec863216c25d9edd076218b0f2f5655cd1e1cd904 /usecaseui-portal/src/app/views
parent31d35a25cfad803de8b4272d47b01f8b5ed2af03 (diff)
modify the url5.1.1
Issue-ID: USECASEUI-730 Signed-off-by: zoulingli128 <zll_1208@126.com> Change-Id: I2db44cba690202bfbcf63f8eee707c39838d6b94
Diffstat (limited to 'usecaseui-portal/src/app/views')
-rw-r--r--usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts b/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts
index 3848ffbb..a76c73b6 100644
--- a/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts
+++ b/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts
@@ -21,7 +21,7 @@ export class InputIntentExpectationComponent implements OnInit {
expectationName:'',
expectationType:'DELIVERY',
expectationObject:{
- objectType:'CLL_VPN',
+ objectType:'CCVPN',
objectInstance:'',
},
expectationTargets:[]
@@ -42,7 +42,8 @@ export class InputIntentExpectationComponent implements OnInit {
{ label:'ASSURANCE', value:'ASSURANCE' }
]
this.expectationObjectTypeList = [
- { label:'CLL_VPN', value:'CLL_VPN' }
+ { label:'CCVPN', value:'CCVPN' },
+ { label:'SLICING', value:'SLICING' }
]
}
@@ -81,7 +82,7 @@ export class InputIntentExpectationComponent implements OnInit {
expectationName:'',
expectationType:'DELIVERY',
expectationObject:{
- objectType:'CLL_VPN',
+ objectType:'CCVPN',
objectInstance:'',
},
expectationTargets:[]