From 7aac0fe18fbf1e02e81a8fc95b55c301b0c4a20d Mon Sep 17 00:00:00 2001 From: zhenzhenbai <850084376@qq.com> Date: Fri, 26 May 2023 16:02:09 +0800 Subject: Title: adding parameters New parameters are added to the interface for creating an intention Issue-ID: USECASEUI-813 Signed-off-by: zhenzhenbai <850084376@qq.com> Change-Id: I5ce76a57f64c6676425f6e5631f73787b6ed4034 --- .../input-intent-expectation/input-intent-expectation.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usecaseui-portal') 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 a76c73b6..ec7b1207 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 @@ -39,7 +39,8 @@ export class InputIntentExpectationComponent implements OnInit { ngOnInit() { this.expectationTypeList = [ { label:'DELIVERY', value:'DELIVERY' }, - { label:'ASSURANCE', value:'ASSURANCE' } + { label:'ASSURANCE', value:'ASSURANCE' }, + { label:'REPORT', value:'REPORT' } ] this.expectationObjectTypeList = [ { label:'CCVPN', value:'CCVPN' }, -- cgit 1.2.3-korg