Title: adding parameters 01/134701/1
authorzhenzhenbai <850084376@qq.com>
Fri, 26 May 2023 08:02:09 +0000 (16:02 +0800)
committerzhenzhenbai <850084376@qq.com>
Fri, 26 May 2023 08:02:09 +0000 (16:02 +0800)
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

usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts

index a76c73b..ec7b120 100644 (file)
@@ -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' },