Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard 09/10409/8 release-v10.0-start
authorBarath Kumar R <barath.r@tataelxsi.co.in>
Mon, 1 Mar 2021 07:22:33 +0000 (12:52 +0530)
committerBarath Kumar R <barath.r@tataelxsi.co.in>
Fri, 7 May 2021 04:29:04 +0000 (09:59 +0530)
commitf2ae5462f9c1d6b7a649eb389c5a4c990501b5c4
tree428872c5c8aa2a59891100b18144dd4def6d72d7
parentcedffeca6ea3cabc282b753c62a849ca273dfb42
Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard

 * NG-UI able to show the Juju Operational view dashboard of launched NS.

Change-Id: I9c7feadce8dbfca00e4e9321dffed3818a2e4510
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
22 files changed:
src/app/instances/InstancesModule.ts
src/app/instances/ns-instances/NSInstancesComponent.ts
src/app/operational-view/OperationalViewComponent.html [new file with mode: 0644]
src/app/operational-view/OperationalViewComponent.ts [new file with mode: 0644]
src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent.html [new file with mode: 0644]
src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent.ts [new file with mode: 0644]
src/app/operational-view/operational-view-app-configs/OperationalViewAppConfigsComponent.html [new file with mode: 0644]
src/app/operational-view/operational-view-app-configs/OperationalViewAppConfigsComponent.ts [new file with mode: 0644]
src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent.html [new file with mode: 0644]
src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent.ts [new file with mode: 0644]
src/app/utilities/ns-instances-action/NSInstancesActionComponent.html
src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
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/MenuModel.ts
src/models/NSInstanceModel.ts
src/models/OperationalModel.ts [new file with mode: 0644]
tsconfig.json