Fix Bug 2292: Invalid Member VNF index in Manual Scaling after NS Update remove operation 54/13954/1
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Thu, 12 Oct 2023 05:35:48 +0000 (11:05 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Thu, 12 Oct 2023 05:35:48 +0000 (11:05 +0530)
commitc7e646225214c583463c859f267d314fb04e829e
treef45bfa2c8afe70d2454b603d2c114b1b1c103128
parenteb9c4821d274756d96dce7bb60c3a7c70f18fbc2
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