SDNR Add missing status bar to ODLUX Framework 90/89590/1
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Fri, 7 Jun 2019 15:40:50 +0000 (17:40 +0200)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Fri, 7 Jun 2019 15:41:24 +0000 (17:41 +0200)
commitd93e6a996e60fb6abce9a870cef6b2d57bfa70fd
tree97595acb7fa809e742beb6cd5eeaaeab5f956ba9
parent1445dabe9bc28629077033e2f189ad05dc61b884
SDNR Add missing status bar to ODLUX Framework

Modify framework and adapt all apps

Issue-ID: SDNC-789
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Change-Id: I1ea0a3df6c3f6db08f2bd7a21eb3b4cbf230a08a
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
36 files changed:
sdnr/wt/odlux/apps/configurationApp/src/actions/configurationActions.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/configurationAppRootHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/plugin.tsx
sdnr/wt/odlux/apps/configurationApp/src/services/configurationService.ts
sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx
sdnr/wt/odlux/apps/faultApp/src/actions/statusActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/components/faultStatus.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/faultAppRootHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/faultStatusHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/index.html
sdnr/wt/odlux/apps/faultApp/src/plugin.tsx
sdnr/wt/odlux/apps/faultApp/src/services/faultStatusService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/webpack.config.js
sdnr/wt/odlux/apps/helpApp/src/components/helpStatus.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/index.html
sdnr/wt/odlux/apps/helpApp/src/models/tocNode.ts
sdnr/wt/odlux/apps/helpApp/src/plugin.tsx
sdnr/wt/odlux/apps/helpApp/src/services/helpService.ts
sdnr/wt/odlux/apps/helpApp/webpack.config.js
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundleLoader.java
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/IndexOdluxBundle.java
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/OdluxBundleLoaderImpl.java
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/ResFilesServlet.java
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestResFileServlet.java
sdnr/wt/odlux/core/provider/src/test/resources/log4j.properties [deleted file]
sdnr/wt/odlux/core/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/actions/titleActions.ts
sdnr/wt/odlux/framework/src/components/routing/appFrame.tsx
sdnr/wt/odlux/framework/src/components/titleBar.tsx
sdnr/wt/odlux/framework/src/handlers/applicationStateHandler.ts
sdnr/wt/odlux/framework/src/models/applicationInfo.ts
sdnr/wt/odlux/framework/src/services/restService.ts
sdnr/wt/odlux/framework/src/utilities/elasticSearch.ts
sdnr/wt/odlux/framework/src/views/frame.tsx
sdnr/wt/odlux/yarn.lock