Feature 10922: Start, Stop and Rebuild 82/11982/5
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 2 May 2022 02:55:39 +0000 (08:25 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 20 Jun 2022 13:31:56 +0000 (19:01 +0530)
commit3d81a28cd6df38cb070c6a6afbbd1528a766f16e
tree7cf0df303ef5aecb0add0dab1a853cc12be126b6
parentf633dbf8c1a5bab7a06b16512a06d4d535b7ea3a
Feature 10922: Start, Stop and Rebuild

*Added NG-UI support for Start, Stop and Rebuild
*In NS Instances page. Click "Start" or "Stop" or "Rebuild" in the actions menu.
        *Then a new pop-up page will be opened.
        *In the popup there will be fields containing membervnfIndex, vduid, count index mandatory fields to start, stop or rebuild VNF Instances
        *When the fields are selected then Click Apply button.
        *The pop-up window is closed and the page is directed to "History of operations" page

Change-Id: Idc0b6316af06b2190732beb198d1e74bcb8b23b0
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
12 files changed:
src/app/AppModule.ts
src/app/utilities/ns-instances-action/NSInstancesActionComponent.html
src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.html [new file with mode: 0644]
src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.scss [new file with mode: 0644]
src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts [new file with mode: 0644]
src/assets/i18n/de.json
src/assets/i18n/en.json
src/assets/i18n/es.json
src/assets/i18n/pt.json
src/models/NSInstanceModel.ts
tsconfig.json