Add link calculation app 80/111780/2
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>
Thu, 27 Aug 2020 07:01:53 +0000 (09:01 +0200)
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>
Thu, 27 Aug 2020 09:52:38 +0000 (11:52 +0200)
commit4bd84bebdaa0c2d82050fbedd1fa8260eb62146d
tree3f26dfc6c7da0f176f31bcde112971b0b8c552ce
parent958de10b4c433eb6110b93007f281b07515ed6fe
Add link calculation app

Add link calculation app to odlux

Issue-ID: CCSDK-2562
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: Ifc0a5b2a8bb974dfd85d70a9f05990b1f11925a3
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
58 files changed:
sdnr/wt/odlux/apps/apiDemo/pom.xml
sdnr/wt/odlux/apps/app-feature/pom.xml
sdnr/wt/odlux/apps/app-installer/pom.xml
sdnr/wt/odlux/apps/configurationApp/pom.xml
sdnr/wt/odlux/apps/configurationApp/src/components/baseProps.ts
sdnr/wt/odlux/apps/configurationApp/src/components/ifWhenTextInput.tsx
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementBoolean.tsx
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementNumber.tsx
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementSelection.tsx
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementString.tsx
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementUnion.tsx
sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx
sdnr/wt/odlux/apps/connectApp/pom.xml
sdnr/wt/odlux/apps/connectApp/src/views/connectView.tsx
sdnr/wt/odlux/apps/demoApp/pom.xml
sdnr/wt/odlux/apps/eventLogApp/pom.xml
sdnr/wt/odlux/apps/faultApp/pom.xml
sdnr/wt/odlux/apps/faultApp/src/components/faultStatus.tsx
sdnr/wt/odlux/apps/faultApp/src/views/faultApplication.tsx
sdnr/wt/odlux/apps/helpApp/pom.xml
sdnr/wt/odlux/apps/helpApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml
sdnr/wt/odlux/apps/inventoryApp/pom.xml
sdnr/wt/odlux/apps/linkCalculationApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/actions/commonLinkCalculationActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/components/connectionInfo.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/components/denseTable.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/handlers/linkCalculationAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/pluginLinkCalculation.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/views/linkCalculationComponent.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/pom.xml
sdnr/wt/odlux/apps/mediatorApp/pom.xml
sdnr/wt/odlux/apps/minimumApp/pom.xml
sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml
sdnr/wt/odlux/core/model/pom.xml
sdnr/wt/odlux/core/provider/pom.xml
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/components/material-table/index.tsx
sdnr/wt/odlux/framework/src/components/material-table/tableFilter.tsx
sdnr/wt/odlux/framework/src/components/material-ui/listItemLink.tsx
sdnr/wt/odlux/framework/src/components/navigationMenu.tsx
sdnr/wt/odlux/framework/src/components/titleBar.tsx
sdnr/wt/odlux/framework/src/services/notificationService.ts
sdnr/wt/odlux/framework/src/views/about.tsx
sdnr/wt/odlux/framework/src/views/login.tsx
sdnr/wt/odlux/framework/webpack.config.js
sdnr/wt/odlux/installer/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/wt/odlux/pom.xml
sdnr/wt/odlux/yarn.lock