Fix Bug 1923: Not possible to add VIM with type dummy 38/11938/1 v10.1.1 v10.1.1-rc1 v10.1.1rc2
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Tue, 26 Apr 2022 07:35:18 +0000 (13:05 +0530)
committerjssan <sandhya.j@tataelxsi.co.in>
Tue, 26 Apr 2022 08:44:17 +0000 (10:44 +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 7b51e9e..e71f46f 100644 (file)
@@ -205,7 +205,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[] = [