Fix Bug 1924: Not possible to add VIM with type dummy 36/11936/2
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Tue, 26 Apr 2022 07:35:18 +0000 (13:05 +0530)
committerramanathan <ramerama@tataelxsi.co.in>
Fri, 6 May 2022 09:34:29 +0000 (11:34 +0200)
- 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 <sandhya.j@tataelxsi.co.in>
src/models/CommonModel.ts

index eb2bec3..437899a 100644 (file)
@@ -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[] = [