SDN-R odlux configuration 12/84112/1
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Wed, 3 Apr 2019 15:12:30 +0000 (17:12 +0200)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Wed, 3 Apr 2019 15:13:01 +0000 (17:13 +0200)
commit97fa6d943c57a784a52462aaacb329ce93cf42d6
treeb5f0f2484c0a886fcade7b9bcf1d230e6f9e9501
parent3d6dd098db8ec243ca716a09fc55decbdd23b726
SDN-R odlux configuration

Add odlux configuration app

Change-Id: Ifecd3f6e1e3060a1fd1008f1f625a70cb2475a8a
Issue-ID: SDNC-584
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
31 files changed:
sdnr/wt/odlux/apps/app-feature/pom.xml
sdnr/wt/odlux/apps/app-installer/pom.xml
sdnr/wt/odlux/apps/configurationApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/actions/configurationActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/assets/microwave-model@2017-03-24.json [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/assets/microwave-model@2017-03-24.json.old [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/configurationAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/models/coreModel.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/models/uiModels.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/services/configurationService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/components/requiredNetworkElements.tsx
sdnr/wt/odlux/apps/connectApp/src/components/unknownNetworkElements.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/connectionStatusLogHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/models/connectionStatusLog.ts
sdnr/wt/odlux/apps/connectApp/src/plugin.tsx
sdnr/wt/odlux/apps/maintenanceApp/src/views/maintenenceView.tsx
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/components/material-table/index.tsx
sdnr/wt/odlux/pom.xml
sdnr/wt/odlux/yarn.lock