Initial Commit - NG UI 43/8843/19 release-v8.0-start v7.1.3
authorkumaran.m <kumaran.m@tataelxsi.co.in>
Fri, 1 May 2020 14:18:54 +0000 (19:48 +0530)
committerkumaran.m <kumaran.m@tataelxsi.co.in>
Mon, 15 Jun 2020 13:08:00 +0000 (18:38 +0530)
commit3b4814aa2d3dec621dadb52f058ba95a3dc3a86a
tree64cba017460d579930a5cc07fc7c9167b91c00ab
parent1434673f8f8dc53bce5c350f04ac8df67b2ff84f
Initial Commit - NG UI

* Roboto and font-awesome fonts are added in package.json
* Replace Nginx alpine varient to stable
* Devops files are added
* Docker file aligned as per community reviews
* Enhancement - NS primitive, Azure inclusion and domain name
* RWD changes

Change-Id: If543efbf127964cbd8f4be4c5a67260c91407fd9
Signed-off-by: kumaran.m <kumaran.m@tataelxsi.co.in>
337 files changed:
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Dockerfile
README.md
angular.json [new file with mode: 0644]
browserslist [new file with mode: 0644]
build-debpkg.sh
docker/Dockerfile [new file with mode: 0644]
nginx/nginx.conf [new file with mode: 0644]
package.json [new file with mode: 0644]
proxy.conf.json [new file with mode: 0644]
src/app/AppComponent.html [new file with mode: 0644]
src/app/AppComponent.scss [new file with mode: 0644]
src/app/AppComponent.ts [new file with mode: 0644]
src/app/AppModule.ts [new file with mode: 0644]
src/app/approutes.module.ts [new file with mode: 0644]
src/app/dashboard/DashboardComponent.html [new file with mode: 0644]
src/app/dashboard/DashboardComponent.scss [new file with mode: 0644]
src/app/dashboard/DashboardComponent.ts [new file with mode: 0644]
src/app/dashboard/DashboardModule.ts [new file with mode: 0644]
src/app/instances/InstancesComponent.html [new file with mode: 0644]
src/app/instances/InstancesComponent.scss [new file with mode: 0644]
src/app/instances/InstancesComponent.ts [new file with mode: 0644]
src/app/instances/InstancesModule.ts [new file with mode: 0644]
src/app/instances/netslice-instances/NetsliceInstancesComponent.html [new file with mode: 0644]
src/app/instances/netslice-instances/NetsliceInstancesComponent.scss [new file with mode: 0644]
src/app/instances/netslice-instances/NetsliceInstancesComponent.ts [new file with mode: 0644]
src/app/instances/ns-history-operations/HistoryOperationsComponent.html [new file with mode: 0644]
src/app/instances/ns-history-operations/HistoryOperationsComponent.scss [new file with mode: 0644]
src/app/instances/ns-history-operations/HistoryOperationsComponent.ts [new file with mode: 0644]
src/app/instances/ns-instances/NSInstancesComponent.html [new file with mode: 0644]
src/app/instances/ns-instances/NSInstancesComponent.scss [new file with mode: 0644]
src/app/instances/ns-instances/NSInstancesComponent.ts [new file with mode: 0644]
src/app/instances/ns-primitive/NSPrimitiveComponent.html [new file with mode: 0644]
src/app/instances/ns-primitive/NSPrimitiveComponent.scss [new file with mode: 0644]
src/app/instances/ns-primitive/NSPrimitiveComponent.ts [new file with mode: 0644]
src/app/instances/ns-topology/NSTopologyComponent.html [new file with mode: 0644]
src/app/instances/ns-topology/NSTopologyComponent.scss [new file with mode: 0644]
src/app/instances/ns-topology/NSTopologyComponent.ts [new file with mode: 0644]
src/app/instances/pdu-instances/PDUInstancesComponent.html [new file with mode: 0644]
src/app/instances/pdu-instances/PDUInstancesComponent.scss [new file with mode: 0644]
src/app/instances/pdu-instances/PDUInstancesComponent.ts [new file with mode: 0644]
src/app/instances/pdu-instances/add-pdu-instances/AddPDUInstancesComponent.html [new file with mode: 0644]
src/app/instances/pdu-instances/add-pdu-instances/AddPDUInstancesComponent.scss [new file with mode: 0644]
src/app/instances/pdu-instances/add-pdu-instances/AddPDUInstancesComponent.ts [new file with mode: 0644]
src/app/instances/vnf-instances/VNFInstancesComponent.html [new file with mode: 0644]
src/app/instances/vnf-instances/VNFInstancesComponent.scss [new file with mode: 0644]
src/app/instances/vnf-instances/VNFInstancesComponent.ts [new file with mode: 0644]
src/app/instances/vnf-instances/vnf-link/VNFLinkComponent.html [new file with mode: 0644]
src/app/instances/vnf-instances/vnf-link/VNFLinkComponent.scss [new file with mode: 0644]
src/app/instances/vnf-instances/vnf-link/VNFLinkComponent.ts [new file with mode: 0644]
src/app/k8s/K8sComponent.html [new file with mode: 0644]
src/app/k8s/K8sComponent.scss [new file with mode: 0644]
src/app/k8s/K8sComponent.ts [new file with mode: 0644]
src/app/k8s/K8sModule.ts [new file with mode: 0644]
src/app/k8s/k8s-action/K8sActionComponent.html [new file with mode: 0644]
src/app/k8s/k8s-action/K8sActionComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-action/K8sActionComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.html [new file with mode: 0644]
src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.ts [new file with mode: 0644]
src/app/k8s/k8s-add-repo/K8sAddRepoComponent.html [new file with mode: 0644]
src/app/k8s/k8s-add-repo/K8sAddRepoComponent.scss [new file with mode: 0644]
src/app/k8s/k8s-add-repo/K8sAddRepoComponent.ts [new file with mode: 0644]
src/app/k8s/k8scluster/K8sClusterComponent.html [new file with mode: 0644]
src/app/k8s/k8scluster/K8sClusterComponent.scss [new file with mode: 0644]
src/app/k8s/k8scluster/K8sClusterComponent.ts [new file with mode: 0644]
src/app/k8s/k8srepository/K8sRepositoryComponent.html [new file with mode: 0644]
src/app/k8s/k8srepository/K8sRepositoryComponent.scss [new file with mode: 0644]
src/app/k8s/k8srepository/K8sRepositoryComponent.ts [new file with mode: 0644]
src/app/layouts/LayoutComponent.html [new file with mode: 0644]
src/app/layouts/LayoutComponent.scss [new file with mode: 0644]
src/app/layouts/LayoutComponent.ts [new file with mode: 0644]
src/app/layouts/breadcrumb/BreadcrumbComponent.html [new file with mode: 0644]
src/app/layouts/breadcrumb/BreadcrumbComponent.scss [new file with mode: 0644]
src/app/layouts/breadcrumb/BreadcrumbComponent.ts [new file with mode: 0644]
src/app/layouts/header/HeaderComponent.html [new file with mode: 0644]
src/app/layouts/header/HeaderComponent.scss [new file with mode: 0644]
src/app/layouts/header/HeaderComponent.ts [new file with mode: 0644]
src/app/layouts/sidebar/SidebarComponent.html [new file with mode: 0644]
src/app/layouts/sidebar/SidebarComponent.scss [new file with mode: 0644]
src/app/layouts/sidebar/SidebarComponent.ts [new file with mode: 0644]
src/app/login/LoginComponent.html [new file with mode: 0644]
src/app/login/LoginComponent.scss [new file with mode: 0644]
src/app/login/LoginComponent.ts [new file with mode: 0644]
src/app/packages/PackagesComponent.html [new file with mode: 0644]
src/app/packages/PackagesComponent.scss [new file with mode: 0644]
src/app/packages/PackagesComponent.ts [new file with mode: 0644]
src/app/packages/PackagesModule.ts [new file with mode: 0644]
src/app/packages/instantiate-net-slice-template/InstantiateNetSliceTemplateComponent.html [new file with mode: 0644]
src/app/packages/instantiate-net-slice-template/InstantiateNetSliceTemplateComponent.scss [new file with mode: 0644]
src/app/packages/instantiate-net-slice-template/InstantiateNetSliceTemplateComponent.ts [new file with mode: 0644]
src/app/packages/instantiate-ns/InstantiateNsComponent.html [new file with mode: 0644]
src/app/packages/instantiate-ns/InstantiateNsComponent.scss [new file with mode: 0644]
src/app/packages/instantiate-ns/InstantiateNsComponent.ts [new file with mode: 0644]
src/app/packages/netslice-template/NetsliceTemplateComponent.html [new file with mode: 0644]
src/app/packages/netslice-template/NetsliceTemplateComponent.scss [new file with mode: 0644]
src/app/packages/netslice-template/NetsliceTemplateComponent.ts [new file with mode: 0644]
src/app/packages/ns-packages/NSPackagesComponent.html [new file with mode: 0644]
src/app/packages/ns-packages/NSPackagesComponent.scss [new file with mode: 0644]
src/app/packages/ns-packages/NSPackagesComponent.ts [new file with mode: 0644]
src/app/packages/ns-packages/ns-composer/NSComposerComponent.html [new file with mode: 0644]
src/app/packages/ns-packages/ns-composer/NSComposerComponent.scss [new file with mode: 0644]
src/app/packages/ns-packages/ns-composer/NSComposerComponent.ts [new file with mode: 0644]
src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.html [new file with mode: 0644]
src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.scss [new file with mode: 0644]
src/app/packages/ns-packages/vnf-composer/VNFComposerComponent.ts [new file with mode: 0644]
src/app/packages/show-content/ShowContentComponent.html [new file with mode: 0644]
src/app/packages/show-content/ShowContentComponent.scss [new file with mode: 0644]
src/app/packages/show-content/ShowContentComponent.ts [new file with mode: 0644]
src/app/packages/vnf-packages/VNFPackagesComponent.html [new file with mode: 0644]
src/app/packages/vnf-packages/VNFPackagesComponent.scss [new file with mode: 0644]
src/app/packages/vnf-packages/VNFPackagesComponent.ts [new file with mode: 0644]
src/app/page-not-found/PageNotFoundComponent.html [new file with mode: 0644]
src/app/page-not-found/PageNotFoundComponent.scss [new file with mode: 0644]
src/app/page-not-found/PageNotFoundComponent.ts [new file with mode: 0644]
src/app/projects/ProjectsComponent.html [new file with mode: 0644]
src/app/projects/ProjectsComponent.scss [new file with mode: 0644]
src/app/projects/ProjectsComponent.ts [new file with mode: 0644]
src/app/projects/ProjectsModule.ts [new file with mode: 0644]
src/app/projects/project-create-update/ProjectCreateUpdateComponent.html [new file with mode: 0644]
src/app/projects/project-create-update/ProjectCreateUpdateComponent.scss [new file with mode: 0644]
src/app/projects/project-create-update/ProjectCreateUpdateComponent.ts [new file with mode: 0644]
src/app/roles/RolesComponent.html [new file with mode: 0644]
src/app/roles/RolesComponent.scss [new file with mode: 0644]
src/app/roles/RolesComponent.ts [new file with mode: 0644]
src/app/roles/RolesModule.ts [new file with mode: 0644]
src/app/roles/roles-create-edit/RolesCreateEditComponent.html [new file with mode: 0644]
src/app/roles/roles-create-edit/RolesCreateEditComponent.scss [new file with mode: 0644]
src/app/roles/roles-create-edit/RolesCreateEditComponent.ts [new file with mode: 0644]
src/app/roles/roles-details/RolesDetailsComponent.html [new file with mode: 0644]
src/app/roles/roles-details/RolesDetailsComponent.scss [new file with mode: 0644]
src/app/roles/roles-details/RolesDetailsComponent.ts [new file with mode: 0644]
src/app/sdn-controller/SDNControllerComponent.html [new file with mode: 0644]
src/app/sdn-controller/SDNControllerComponent.scss [new file with mode: 0644]
src/app/sdn-controller/SDNControllerComponent.ts [new file with mode: 0644]
src/app/sdn-controller/SDNControllerModule.ts [new file with mode: 0644]
src/app/sdn-controller/new-sdn-controller/NewSDNControllerComponent.html [new file with mode: 0644]
src/app/sdn-controller/new-sdn-controller/NewSDNControllerComponent.scss [new file with mode: 0644]
src/app/sdn-controller/new-sdn-controller/NewSDNControllerComponent.ts [new file with mode: 0644]
src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.html [new file with mode: 0644]
src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.scss [new file with mode: 0644]
src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.ts [new file with mode: 0644]
src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.html [new file with mode: 0644]
src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.scss [new file with mode: 0644]
src/app/sdn-controller/sdn-controller-info/SDNControllerInfoComponent.ts [new file with mode: 0644]
src/app/user-settings/UserSettingsComponent.html [new file with mode: 0644]
src/app/user-settings/UserSettingsComponent.scss [new file with mode: 0644]
src/app/user-settings/UserSettingsComponent.ts [new file with mode: 0644]
src/app/users/UsersComponent.html [new file with mode: 0644]
src/app/users/UsersComponent.scss [new file with mode: 0644]
src/app/users/UsersComponent.ts [new file with mode: 0644]
src/app/users/UsersModule.ts [new file with mode: 0644]
src/app/users/add-user/AddEditUserComponent.html [new file with mode: 0644]
src/app/users/add-user/AddEditUserComponent.scss [new file with mode: 0644]
src/app/users/add-user/AddEditUserComponent.ts [new file with mode: 0644]
src/app/users/project-role/ProjectRoleComponent.html [new file with mode: 0644]
src/app/users/project-role/ProjectRoleComponent.scss [new file with mode: 0644]
src/app/users/project-role/ProjectRoleComponent.ts [new file with mode: 0644]
src/app/users/user-details/UserDetailsComponent.html [new file with mode: 0644]
src/app/users/user-details/UserDetailsComponent.scss [new file with mode: 0644]
src/app/users/user-details/UserDetailsComponent.ts [new file with mode: 0644]
src/app/utilities/clone-package/ClonePackageComponent.html [new file with mode: 0644]
src/app/utilities/clone-package/ClonePackageComponent.scss [new file with mode: 0644]
src/app/utilities/clone-package/ClonePackageComponent.ts [new file with mode: 0644]
src/app/utilities/compose-packages/ComposePackages.html [new file with mode: 0644]
src/app/utilities/compose-packages/ComposePackages.scss [new file with mode: 0644]
src/app/utilities/compose-packages/ComposePackages.ts [new file with mode: 0644]
src/app/utilities/confirmation-topology/ConfirmationTopologyComponent.html [new file with mode: 0644]
src/app/utilities/confirmation-topology/ConfirmationTopologyComponent.scss [new file with mode: 0644]
src/app/utilities/confirmation-topology/ConfirmationTopologyComponent.ts [new file with mode: 0644]
src/app/utilities/delete/DeleteComponent.html [new file with mode: 0644]
src/app/utilities/delete/DeleteComponent.scss [new file with mode: 0644]
src/app/utilities/delete/DeleteComponent.ts [new file with mode: 0644]
src/app/utilities/dragDropUpload/DragDirective.ts [new file with mode: 0644]
src/app/utilities/edit-packages/EditPackagesComponent.html [new file with mode: 0644]
src/app/utilities/edit-packages/EditPackagesComponent.scss [new file with mode: 0644]
src/app/utilities/edit-packages/EditPackagesComponent.ts [new file with mode: 0644]
src/app/utilities/loader/LoaderComponent.html [new file with mode: 0644]
src/app/utilities/loader/LoaderComponent.scss [new file with mode: 0644]
src/app/utilities/loader/LoaderComponent.ts [new file with mode: 0644]
src/app/utilities/loader/LoaderModule.ts [new file with mode: 0644]
src/app/utilities/netslice-instances-action/NetsliceInstancesActionComponent.html [new file with mode: 0644]
src/app/utilities/netslice-instances-action/NetsliceInstancesActionComponent.scss [new file with mode: 0644]
src/app/utilities/netslice-instances-action/NetsliceInstancesActionComponent.ts [new file with mode: 0644]
src/app/utilities/netslice-packages-action/NetslicePackagesActionComponent.html [new file with mode: 0644]
src/app/utilities/netslice-packages-action/NetslicePackagesActionComponent.scss [new file with mode: 0644]
src/app/utilities/netslice-packages-action/NetslicePackagesActionComponent.ts [new file with mode: 0644]
src/app/utilities/ns-instances-action/NSInstancesActionComponent.html [new file with mode: 0644]
src/app/utilities/ns-instances-action/NSInstancesActionComponent.scss [new file with mode: 0644]
src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts [new file with mode: 0644]
src/app/utilities/ns-packages-action/NsPackagesActionComponent.html [new file with mode: 0644]
src/app/utilities/ns-packages-action/NsPackagesActionComponent.scss [new file with mode: 0644]
src/app/utilities/ns-packages-action/NsPackagesActionComponent.ts [new file with mode: 0644]
src/app/utilities/page-per-row/PagePerRow.html [new file with mode: 0644]
src/app/utilities/page-per-row/PagePerRow.scss [new file with mode: 0644]
src/app/utilities/page-per-row/PagePerRow.ts [new file with mode: 0644]
src/app/utilities/page-per-row/PagePerRowModule.ts [new file with mode: 0644]
src/app/utilities/page-reload/PageReload.html [new file with mode: 0644]
src/app/utilities/page-reload/PageReload.scss [new file with mode: 0644]
src/app/utilities/page-reload/PageReload.ts [new file with mode: 0644]
src/app/utilities/page-reload/PageReloadModule.ts [new file with mode: 0644]
src/app/utilities/pdu-instances-action/PDUInstancesActionComponent.html [new file with mode: 0644]
src/app/utilities/pdu-instances-action/PDUInstancesActionComponent.scss [new file with mode: 0644]
src/app/utilities/pdu-instances-action/PDUInstancesActionComponent.ts [new file with mode: 0644]
src/app/utilities/project-link/ProjectLinkComponent.html [new file with mode: 0644]
src/app/utilities/project-link/ProjectLinkComponent.scss [new file with mode: 0644]
src/app/utilities/project-link/ProjectLinkComponent.ts [new file with mode: 0644]
src/app/utilities/projects-action/ProjectsActionComponent.html [new file with mode: 0644]
src/app/utilities/projects-action/ProjectsActionComponent.scss [new file with mode: 0644]
src/app/utilities/projects-action/ProjectsActionComponent.ts [new file with mode: 0644]
src/app/utilities/roles-action/RolesActionComponent.html [new file with mode: 0644]
src/app/utilities/roles-action/RolesActionComponent.scss [new file with mode: 0644]
src/app/utilities/roles-action/RolesActionComponent.ts [new file with mode: 0644]
src/app/utilities/sdn-controller-action/SDNControllerActionComponent.html [new file with mode: 0644]
src/app/utilities/sdn-controller-action/SDNControllerActionComponent.scss [new file with mode: 0644]
src/app/utilities/sdn-controller-action/SDNControllerActionComponent.ts [new file with mode: 0644]
src/app/utilities/show-info/ShowInfoComponent.html [new file with mode: 0644]
src/app/utilities/show-info/ShowInfoComponent.scss [new file with mode: 0644]
src/app/utilities/show-info/ShowInfoComponent.ts [new file with mode: 0644]
src/app/utilities/switch-project/SwitchProjectComponent.html [new file with mode: 0644]
src/app/utilities/switch-project/SwitchProjectComponent.scss [new file with mode: 0644]
src/app/utilities/switch-project/SwitchProjectComponent.ts [new file with mode: 0644]
src/app/utilities/users-action/UsersActionComponent.html [new file with mode: 0644]
src/app/utilities/users-action/UsersActionComponent.scss [new file with mode: 0644]
src/app/utilities/users-action/UsersActionComponent.ts [new file with mode: 0644]
src/app/utilities/vim-accounts-action/VimAccountsActionComponent.html [new file with mode: 0644]
src/app/utilities/vim-accounts-action/VimAccountsActionComponent.scss [new file with mode: 0644]
src/app/utilities/vim-accounts-action/VimAccountsActionComponent.ts [new file with mode: 0644]
src/app/utilities/vnf-instances-action/VNFInstancesActionComponent.html [new file with mode: 0644]
src/app/utilities/vnf-instances-action/VNFInstancesActionComponent.scss [new file with mode: 0644]
src/app/utilities/vnf-instances-action/VNFInstancesActionComponent.ts [new file with mode: 0644]
src/app/utilities/vnf-packages-action/VNFPackagesActionComponent.html [new file with mode: 0644]
src/app/utilities/vnf-packages-action/VNFPackagesActionComponent.scss [new file with mode: 0644]
src/app/utilities/vnf-packages-action/VNFPackagesActionComponent.ts [new file with mode: 0644]
src/app/utilities/wim-accounts-action/WIMAccountsActionComponent.html [new file with mode: 0644]
src/app/utilities/wim-accounts-action/WIMAccountsActionComponent.scss [new file with mode: 0644]
src/app/utilities/wim-accounts-action/WIMAccountsActionComponent.ts [new file with mode: 0644]
src/app/vim-accounts/VimAccountsComponent.html [new file with mode: 0644]
src/app/vim-accounts/VimAccountsComponent.scss [new file with mode: 0644]
src/app/vim-accounts/VimAccountsComponent.ts [new file with mode: 0644]
src/app/vim-accounts/VimAccountsModule.ts [new file with mode: 0644]
src/app/vim-accounts/info-vim/InfoVimComponent.html [new file with mode: 0644]
src/app/vim-accounts/info-vim/InfoVimComponent.scss [new file with mode: 0644]
src/app/vim-accounts/info-vim/InfoVimComponent.ts [new file with mode: 0644]
src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html [new file with mode: 0644]
src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.scss [new file with mode: 0644]
src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts [new file with mode: 0644]
src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.html [new file with mode: 0644]
src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.scss [new file with mode: 0644]
src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.ts [new file with mode: 0644]
src/app/wim-accounts/WIMAccountsComponent.html [new file with mode: 0644]
src/app/wim-accounts/WIMAccountsComponent.scss [new file with mode: 0644]
src/app/wim-accounts/WIMAccountsComponent.ts [new file with mode: 0644]
src/app/wim-accounts/WIMAccountsModule.ts [new file with mode: 0644]
src/app/wim-accounts/new-wim-account/NewWIMAccountComponent.html [new file with mode: 0644]
src/app/wim-accounts/new-wim-account/NewWIMAccountComponent.scss [new file with mode: 0644]
src/app/wim-accounts/new-wim-account/NewWIMAccountComponent.ts [new file with mode: 0644]
src/app/wim-accounts/wim-account-details/WIMAccountDetailsComponent.html [new file with mode: 0644]
src/app/wim-accounts/wim-account-details/WIMAccountDetailsComponent.scss [new file with mode: 0644]
src/app/wim-accounts/wim-account-details/WIMAccountDetailsComponent.ts [new file with mode: 0644]
src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.html [new file with mode: 0644]
src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.scss [new file with mode: 0644]
src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.ts [new file with mode: 0644]
src/assets/config/rolePermissions.json [new file with mode: 0644]
src/assets/i18n/de.json [new file with mode: 0644]
src/assets/i18n/en.json [new file with mode: 0644]
src/assets/i18n/es.json [new file with mode: 0644]
src/assets/i18n/pt.json [new file with mode: 0644]
src/assets/images/CP-VNF.svg [new file with mode: 0644]
src/assets/images/CP.svg [new file with mode: 0644]
src/assets/images/INTCP.svg [new file with mode: 0644]
src/assets/images/INTVL.svg [new file with mode: 0644]
src/assets/images/TICK.svg [new file with mode: 0644]
src/assets/images/VDU.svg [new file with mode: 0644]
src/assets/images/VL.svg [new file with mode: 0644]
src/assets/images/VNFD.svg [new file with mode: 0644]
src/assets/images/login_background.jpg [new file with mode: 0644]
src/assets/images/logo.png [new file with mode: 0644]
src/assets/images/map-icon.png [new file with mode: 0644]
src/assets/images/page-not-found.jpg [new file with mode: 0644]
src/assets/js/tar.js [new file with mode: 0644]
src/assets/scss/app.scss [new file with mode: 0644]
src/assets/scss/mixins/_animation.scss [new file with mode: 0644]
src/assets/scss/mixins/_background.scss [new file with mode: 0644]
src/assets/scss/mixins/_border.scss [new file with mode: 0644]
src/assets/scss/mixins/_box-shadow.scss [new file with mode: 0644]
src/assets/scss/mixins/_custom.scss [new file with mode: 0644]
src/assets/scss/mixins/_flex.scss [new file with mode: 0644]
src/assets/scss/mixins/_font-weight.scss [new file with mode: 0644]
src/assets/scss/mixins/_position.scss [new file with mode: 0644]
src/assets/scss/mixins/_rem.scss [new file with mode: 0644]
src/assets/scss/mixins/_rounded-corners.scss [new file with mode: 0644]
src/assets/scss/mixins/_transform.scss [new file with mode: 0644]
src/assets/scss/mixins/_transition.scss [new file with mode: 0644]
src/assets/scss/mixins/mixin.scss [new file with mode: 0644]
src/assets/scss/style.scss [new file with mode: 0644]
src/assets/scss/variable.scss [new file with mode: 0644]
src/directive/GoToTopDirective.ts [new file with mode: 0644]
src/environments/environment.prod.ts [new file with mode: 0644]
src/environments/environment.ts [new file with mode: 0644]
src/favicon.ico [new file with mode: 0644]
src/index.html [new file with mode: 0644]
src/karma.conf.js [new file with mode: 0644]
src/main.ts [new file with mode: 0644]
src/models/CommonModel.ts [new file with mode: 0644]
src/models/K8sModel.ts [new file with mode: 0644]
src/models/MenuModel.ts [new file with mode: 0644]
src/models/NSDModel.ts [new file with mode: 0644]
src/models/NSInstanceModel.ts [new file with mode: 0644]
src/models/NSTopologyModel.ts [new file with mode: 0644]
src/models/NetworkSliceModel.ts [new file with mode: 0644]
src/models/PDUInstanceModel.ts [new file with mode: 0644]
src/models/ProjectModel.ts [new file with mode: 0644]
src/models/RoleModel.ts [new file with mode: 0644]
src/models/SDNControllerModel.ts [new file with mode: 0644]
src/models/UserModel.ts [new file with mode: 0644]
src/models/VNFDModel.ts [new file with mode: 0644]
src/models/VNFInstanceModel.ts [new file with mode: 0644]
src/models/VimAccountModel.ts [new file with mode: 0644]
src/models/WIMAccountModel.ts [new file with mode: 0644]
src/polyfills.ts [new file with mode: 0644]
src/services/AcessGuardService.ts [new file with mode: 0644]
src/services/AuthGuardService.ts [new file with mode: 0644]
src/services/AuthInterceptorService.ts [new file with mode: 0644]
src/services/AuthenticationService.ts [new file with mode: 0644]
src/services/DataService.ts [new file with mode: 0644]
src/services/DeviceCheckService.ts [new file with mode: 0644]
src/services/ProjectService.ts [new file with mode: 0644]
src/services/RestService.ts [new file with mode: 0644]
src/services/SharedService.ts [new file with mode: 0644]
src/test.ts [new file with mode: 0644]
src/tsconfig.app.json [new file with mode: 0644]
src/tsconfig.spec.json [new file with mode: 0644]
src/tslint.json [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]