Fix Bug 2292: Invalid Member VNF index in Manual Scaling after NS Update remove operation 56/13956/3
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Thu, 12 Oct 2023 05:35:48 +0000 (11:05 +0530)
committerjssan <sandhya.j@tataelxsi.co.in>
Wed, 8 Nov 2023 08:47:20 +0000 (09:47 +0100)
commit55beea81c235aa78e7ecf4a9b5ffd897f9f1c934
treea6b6913982c6d43afd4b1e4847b5ae9b3b4504fe
parent4059995a9f12e038e5ee75a7dc299972df4de305
Fix Bug 2292: Invalid Member VNF index in Manual Scaling after NS Update remove operation

- Will get member vnf index value from vnfinstances api instead
  of nsinstances api in manual scaling.
- Also made code refactoring in other components to avoid linting issue

Change-Id: I30de65c6fe23ddbf560ab45a8505759c4adb5978
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
src/app/utilities/ns-update/NsUpdateComponent.ts
src/app/utilities/scaling/ScalingComponent.html
src/app/utilities/scaling/ScalingComponent.ts
src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts
src/app/utilities/vertical-scaling/VerticalScalingComponent.ts
src/app/utilities/vm-migration/VmMigrationComponent.ts
src/models/VNFInstanceModel.ts