From: SANDHYA.JS Date: Tue, 26 Apr 2022 07:35:18 +0000 (+0530) Subject: Fix Bug 1924: Not possible to add VIM with type dummy X-Git-Tag: v12.0.0rc1~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=875b4a15496b0d99168d9ecd46e1827c61836f7a;hp=a9816553feb848341a8c3214861d5479c3688578;p=osm%2FNG-UI.git Fix Bug 1924: Not possible to add VIM with type dummy - Added the option 'dummy' support from the UI for creating dummy VIM's - Type 'Dummy' is added in the dropdown of VIM account type. Change-Id: Ic69fb33233eb5aca7bc91f500e111cbbbd821226 Signed-off-by: SANDHYA.JS --- diff --git a/src/models/CommonModel.ts b/src/models/CommonModel.ts index eb2bec3..437899a 100644 --- a/src/models/CommonModel.ts +++ b/src/models/CommonModel.ts @@ -206,7 +206,8 @@ export const VIM_TYPES: TYPESECTION[] = [ { value: 'vmware', title: 'VMware vCD' }, { value: 'openvim', title: 'OpenVIM' }, { value: 'opennebula', title: 'OpenNebula' }, - { value: 'azure', title: 'Azure' } + { value: 'azure', title: 'Azure' }, + { value: 'dummy', title: 'Dummy' } ]; /** Constants of the SDN Types */ export const SDN_TYPES: TYPESECTION[] = [