diff options
author | zhenzhenbai <850084376@qq.com> | 2023-05-26 16:02:09 +0800 |
---|---|---|
committer | zhenzhenbai <850084376@qq.com> | 2023-05-26 16:02:09 +0800 |
commit | 7aac0fe18fbf1e02e81a8fc95b55c301b0c4a20d (patch) | |
tree | a8a210b8e71cc72d93f0964c79d3dd3c3f15e71c /usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts | |
parent | a1a0b808edb6d904f95eb478924d8c5abb846f80 (diff) |
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
Diffstat (limited to 'usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts')
-rw-r--r-- | usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts | 3 |
1 files changed, 2 insertions, 1 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 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' }, |