Fix Bug 2336: Manual Healing option in Ui 78/14278/1 master
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Tue, 23 Jan 2024 10:22:43 +0000 (15:52 +0530)
committerjssan <sandhya.j@tataelxsi.co.in>
Tue, 26 Mar 2024 09:06:34 +0000 (10:06 +0100)
commit219fe61b3f8d15284ae3b36a133c2b34d3b444fc
tree3b0023f66f026e3fc9e975cc09a738837a7b3cf3
parent46ea49db958888a91926317adf784252695a9359
Fix Bug 2336:  Manual Healing option in Ui

*In NS Instances page. Click "Manual Healing" in the actions menu.
        *Then a new pop-up page will opened.
        *In the popup there will be drop-down containing membervnfIndex and Day1 operation.
        *When the membervnfIndex and Day1 operation are selected including muti VDU optional can be selected then Click Apply button.
        *The pop-up window is closed and the page is directed to "History of operations" page for this NS.

Change-Id: I3041bcfb56232c6f4b0f56441d89295cc04cfa02
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
(cherry picked from commit 319d328d0bbb1e156ac767851c8c33acb518dc94)
17 files changed:
src/app/AppModule.ts
src/app/instances/ns-instances/NSInstancesComponent.html
src/app/instances/ns-instances/NSInstancesComponent.ts
src/app/utilities/healing/HealingComponent.html [new file with mode: 0644]
src/app/utilities/healing/HealingComponent.scss [new file with mode: 0644]
src/app/utilities/healing/HealingComponent.ts [new file with mode: 0644]
src/app/utilities/ns-instances-action/NSInstancesActionComponent.html
src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
src/app/utilities/scaling/ScalingComponent.html
src/assets/i18n/de.json
src/assets/i18n/en.json
src/assets/i18n/es.json
src/assets/i18n/pt.json
src/assets/scss/app.scss
src/models/CommonModel.ts
src/models/NSInstanceModel.ts
tsconfig.json