SDN-R odlux timing fix 52/93352/1
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Mon, 12 Aug 2019 15:51:27 +0000 (17:51 +0200)
committersai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Mon, 12 Aug 2019 15:52:01 +0000 (17:52 +0200)
commitf6f34d5b2a197e57bab0db49cd8e7ad39df7b527
treeeeb49595351dd1ba0a5d61e5c417a0390c0b1d66
parented0e6be174e1445b6c47a69dccf25a642f17bdd7
SDN-R odlux timing fix

fixing timing issue and added licenses in source files

Issue-ID: SDNC-844
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: I65f6b51f841074f9b8e88bf9b230038e0a224fd3
68 files changed:
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/IndexServlet.java
sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
sdnr/wt/odlux/framework/package.json
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/actions/authentication.ts
sdnr/wt/odlux/framework/src/actions/errorActions.ts
sdnr/wt/odlux/framework/src/actions/navigationActions.ts
sdnr/wt/odlux/framework/src/actions/snackbarActions.ts
sdnr/wt/odlux/framework/src/actions/titleActions.ts
sdnr/wt/odlux/framework/src/app.tsx
sdnr/wt/odlux/framework/src/assets/images/defaultLogo.svg.d.ts
sdnr/wt/odlux/framework/src/components/errorDisplay.tsx
sdnr/wt/odlux/framework/src/components/logo.tsx
sdnr/wt/odlux/framework/src/components/material-table/columnModel.ts
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-table/tableHead.tsx
sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx
sdnr/wt/odlux/framework/src/components/material-table/utilities.ts
sdnr/wt/odlux/framework/src/components/material-ui/index.ts
sdnr/wt/odlux/framework/src/components/material-ui/listItemLink.tsx
sdnr/wt/odlux/framework/src/components/material-ui/panel.tsx
sdnr/wt/odlux/framework/src/components/material-ui/snackDisplay.tsx
sdnr/wt/odlux/framework/src/components/material-ui/toggleButton.tsx
sdnr/wt/odlux/framework/src/components/material-ui/toggleButtonGroup.tsx
sdnr/wt/odlux/framework/src/components/material-ui/treeView.tsx
sdnr/wt/odlux/framework/src/components/navigationMenu.tsx
sdnr/wt/odlux/framework/src/components/routing/appFrame.tsx
sdnr/wt/odlux/framework/src/components/titleBar.tsx
sdnr/wt/odlux/framework/src/design/default.ts
sdnr/wt/odlux/framework/src/flux/connect.ts
sdnr/wt/odlux/framework/src/flux/middleware.ts
sdnr/wt/odlux/framework/src/flux/store.ts
sdnr/wt/odlux/framework/src/handlers/applicationRegistryHandler.ts
sdnr/wt/odlux/framework/src/handlers/applicationStateHandler.ts
sdnr/wt/odlux/framework/src/handlers/authenticationHandler.ts
sdnr/wt/odlux/framework/src/handlers/navigationStateHandler.ts
sdnr/wt/odlux/framework/src/middleware/api.ts
sdnr/wt/odlux/framework/src/middleware/logger.ts
sdnr/wt/odlux/framework/src/middleware/navigation.ts
sdnr/wt/odlux/framework/src/middleware/thunk.ts
sdnr/wt/odlux/framework/src/models/applicationInfo.ts
sdnr/wt/odlux/framework/src/models/authentication.ts
sdnr/wt/odlux/framework/src/models/elasticSearch.ts
sdnr/wt/odlux/framework/src/models/errorInfo.ts
sdnr/wt/odlux/framework/src/models/iconDefinition.ts
sdnr/wt/odlux/framework/src/models/index.ts
sdnr/wt/odlux/framework/src/models/snackbarItem.ts
sdnr/wt/odlux/framework/src/run.ts
sdnr/wt/odlux/framework/src/services/applicationApi.ts
sdnr/wt/odlux/framework/src/services/applicationManager.ts
sdnr/wt/odlux/framework/src/services/authenticationService.ts
sdnr/wt/odlux/framework/src/services/index.ts
sdnr/wt/odlux/framework/src/services/notificationService.ts
sdnr/wt/odlux/framework/src/services/restAccessorService.ts
sdnr/wt/odlux/framework/src/services/restService.ts
sdnr/wt/odlux/framework/src/services/snackbarService.ts
sdnr/wt/odlux/framework/src/store/applicationStore.ts
sdnr/wt/odlux/framework/src/styles/att.ts
sdnr/wt/odlux/framework/src/utilities/elasticSearch.ts
sdnr/wt/odlux/framework/src/utilities/withComponents.ts
sdnr/wt/odlux/framework/src/views/about.tsx
sdnr/wt/odlux/framework/src/views/frame.tsx
sdnr/wt/odlux/framework/src/views/home.tsx
sdnr/wt/odlux/framework/src/views/login.tsx
sdnr/wt/odlux/framework/src/views/test.tsx
sdnr/wt/odlux/framework/webpack.config.js
sdnr/wt/odlux/yarn.lock