From: zhenzhenbai <850084376@qq.com> Date: Fri, 26 May 2023 08:02:09 +0000 (+0800) Subject: Title: adding parameters X-Git-Tag: 5.2.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7aac0fe18fbf1e02e81a8fc95b55c301b0c4a20d;p=usecase-ui.git 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 --- 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' },