Advanced Cluster Management - NGUI 76/14476/11 master v16.0 release-v16.0-start v16.0.0
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Fri, 5 Jul 2024 16:05:46 +0000 (21:35 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 19 Aug 2024 12:28:41 +0000 (17:58 +0530)
commit26570118ff9a615f06d9b64b965c8ede4edd1006
tree681747a77599ce94974b786fa35354332404fd8d
parent07decc03bf8497526cd9634d50fb418f03c75794
Advanced Cluster Management - NGUI

- Added new OKA packages module under packages
- Added Profiless, KSU under k8s section
- Feature 11020. 11022, 11023, 11024, 11025, 11026

Change-Id: Ibddeb4d5693ce24d80e378277693405c810f6e04
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
58 files changed:
src/app/AppModule.ts
src/app/k8s/K8sModule.ts
src/app/k8s/k8s-action/K8sActionComponent.html
src/app/k8s/k8s-action/K8sActionComponent.ts
src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.html
src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.ts
src/app/k8s/k8s-attach-detatch-profile/K8sAttachProfileComponent.html [new file with mode: 0644]
src/app/k8s/k8s-attach-detatch-profile/K8sAttachProfileComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-attach-detatch-profile/K8sAttachProfileComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-ksu/ksu-add/KSUAddComponent.html [new file with mode: 0644]
src/app/k8s/k8s-ksu/ksu-add/KSUAddComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-ksu/ksu-add/KSUAddComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-ksu/ksu-details/KSUComponent.html [new file with mode: 0644]
src/app/k8s/k8s-ksu/ksu-details/KSUComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-ksu/ksu-details/KSUComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-app-profile-details/K8sAppProfileComponent.html [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-app-profile-details/K8sAppProfileComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-app-profile-details/K8sAppProfileComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-config-add/K8sInfraConfigAddComponent.html [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-config-add/K8sInfraConfigAddComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-config-add/K8sInfraConfigAddComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-config-details/K8sInfraConfigProfileComponent.html [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-config-details/K8sInfraConfigProfileComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-config-details/K8sInfraConfigProfileComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-controller-details/K8sInfraControllerProfileComponent.html [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-controller-details/K8sInfraControllerProfileComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-infra-controller-details/K8sInfraControllerProfileComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-resource-profile/K8sResourceProfileComponent.html [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-resource-profile/K8sResourceProfileComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-profile/k8s-resource-profile/K8sResourceProfileComponent.ts [new file with mode: 0644]
src/app/k8s/k8scluster/K8sClusterComponent.html
src/app/k8s/k8scluster/K8sClusterComponent.scss
src/app/k8s/k8scluster/K8sClusterComponent.ts
src/app/packages/PackagesModule.ts
src/app/packages/oka-packages/OKAPackageComponent.html [new file with mode: 0644]
src/app/packages/oka-packages/OKAPackageComponent.scss [new file with mode: 0644]
src/app/packages/oka-packages/OKAPackageComponent.ts [new file with mode: 0644]
src/app/utilities/compose-packages/ComposePackages.html
src/app/utilities/compose-packages/ComposePackages.scss
src/app/utilities/compose-packages/ComposePackages.ts
src/app/utilities/delete/DeleteComponent.html
src/app/utilities/delete/DeleteComponent.ts
src/app/utilities/oka-packages-action/OkaPackagesActionComponent.html [new file with mode: 0644]
src/app/utilities/oka-packages-action/OkaPackagesActionComponent.scss [new file with mode: 0644]
src/app/utilities/oka-packages-action/OkaPackagesActionComponent.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/environments/environment.prod.ts
src/environments/environment.ts
src/models/CommonModel.ts
src/models/K8sModel.ts
src/models/MenuModel.ts
src/models/VNFDModel.ts
src/services/RestService.ts
src/services/SharedService.ts
tsconfig.json