Minor functional fixes in odlux apps 53/93353/1
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Mon, 12 Aug 2019 16:17:46 +0000 (18:17 +0200)
committersai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Mon, 12 Aug 2019 16:18:11 +0000 (18:18 +0200)
commit45bf787f75acb67d4153be40480b07f48ded4d17
tree177064cdbe495c0819db64a44d713d8e53d82f0a
parentf6f34d5b2a197e57bab0db49cd8e7ad39df7b527
Minor functional fixes in odlux apps

Minor functional fixes in odlux apps

Issue-ID: SDNC-845
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: I8e64e7c67a21798832ad1a36441b08a070452034
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
141 files changed:
sdnr/wt/odlux/apps/apiDemo/package.json
sdnr/wt/odlux/apps/apiDemo/src/actions/modulesSuccess.ts
sdnr/wt/odlux/apps/apiDemo/src/handlers/apiDemoRootHandler.ts
sdnr/wt/odlux/apps/apiDemo/src/handlers/modulesHandler.ts
sdnr/wt/odlux/apps/apiDemo/src/models/module.ts
sdnr/wt/odlux/apps/apiDemo/src/plugin.tsx
sdnr/wt/odlux/apps/configurationApp/package.json
sdnr/wt/odlux/apps/configurationApp/src/actions/configurationActions.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/configurationAppRootHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/models/coreModel.ts
sdnr/wt/odlux/apps/configurationApp/src/models/uiModels.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/connectApp/package.json
sdnr/wt/odlux/apps/connectApp/src/actions/mountedNetworkElementsActions.ts
sdnr/wt/odlux/apps/connectApp/src/actions/requiredNetworkElementsActions.ts
sdnr/wt/odlux/apps/connectApp/src/components/connectionStatusLog.tsx
sdnr/wt/odlux/apps/connectApp/src/components/editNetworkElementDialog.tsx
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/connectAppRootHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/connectionStatusLogHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/mountedNetworkElementsHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/requiredNetworkElementsHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/models/connectionStatusLog.ts
sdnr/wt/odlux/apps/connectApp/src/models/mountedNetworkElements.ts
sdnr/wt/odlux/apps/connectApp/src/models/networkElementBase.ts
sdnr/wt/odlux/apps/connectApp/src/models/requiredNetworkElements.ts
sdnr/wt/odlux/apps/connectApp/src/models/topologyNetconf.ts
sdnr/wt/odlux/apps/connectApp/src/plugin.tsx
sdnr/wt/odlux/apps/connectApp/src/services/connectService.ts
sdnr/wt/odlux/apps/connectApp/src/views/connectView.tsx
sdnr/wt/odlux/apps/demoApp/package.json
sdnr/wt/odlux/apps/demoApp/src/actions/authorActions.ts
sdnr/wt/odlux/apps/demoApp/src/components/counter.tsx
sdnr/wt/odlux/apps/demoApp/src/handlers/demoAppRootHandler.ts
sdnr/wt/odlux/apps/demoApp/src/handlers/editAuthorHandler.ts
sdnr/wt/odlux/apps/demoApp/src/handlers/listAuthorsHandler.ts
sdnr/wt/odlux/apps/demoApp/src/plugin.tsx
sdnr/wt/odlux/apps/demoApp/src/services/authorService.ts
sdnr/wt/odlux/apps/demoApp/src/views/authorsList.tsx
sdnr/wt/odlux/apps/demoApp/src/views/editAuthor.tsx
sdnr/wt/odlux/apps/faultApp/package.json
sdnr/wt/odlux/apps/faultApp/src/actions/notificationActions.ts
sdnr/wt/odlux/apps/faultApp/src/actions/panelChangeActions.ts
sdnr/wt/odlux/apps/faultApp/src/actions/statusActions.ts
sdnr/wt/odlux/apps/faultApp/src/components/faultStatus.tsx
sdnr/wt/odlux/apps/faultApp/src/handlers/alarmLogEntriesHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/currentProblemsHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/faultAppRootHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/faultStatusHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/notificationsHandler.ts
sdnr/wt/odlux/apps/faultApp/src/models/fault.ts
sdnr/wt/odlux/apps/faultApp/src/models/panelId.ts
sdnr/wt/odlux/apps/faultApp/src/plugin.tsx
sdnr/wt/odlux/apps/faultApp/src/services/faultStatusService.ts
sdnr/wt/odlux/apps/faultApp/src/views/faultApplication.tsx
sdnr/wt/odlux/apps/helpApp/package.json
sdnr/wt/odlux/apps/helpApp/src/actions/helpActions.ts
sdnr/wt/odlux/apps/helpApp/src/components/helpStatus.tsx
sdnr/wt/odlux/apps/helpApp/src/components/markdown.tsx
sdnr/wt/odlux/apps/helpApp/src/components/subMenuEntry.tsx
sdnr/wt/odlux/apps/helpApp/src/handlers/helpAppRootHandler.ts
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/src/utilities/path.ts
sdnr/wt/odlux/apps/helpApp/src/views/helpApplication.tsx
sdnr/wt/odlux/apps/inventoryApp/package.json
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryAppRootHandler.ts
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryElementsHandler.tsx
sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts
sdnr/wt/odlux/apps/inventoryApp/src/plugin.tsx
sdnr/wt/odlux/apps/inventoryApp/src/views/dashboard.tsx
sdnr/wt/odlux/apps/inventoryApp/src/views/detail.tsx
sdnr/wt/odlux/apps/maintenanceApp/package.json
sdnr/wt/odlux/apps/maintenanceApp/src/actions/maintenenceActions.ts
sdnr/wt/odlux/apps/maintenanceApp/src/components/editMaintenenceEntryDialog.tsx
sdnr/wt/odlux/apps/maintenanceApp/src/handlers/maintenanceAppRootHandler.ts
sdnr/wt/odlux/apps/maintenanceApp/src/handlers/maintenenceEntriesHandler.ts
sdnr/wt/odlux/apps/maintenanceApp/src/models/maintenenceEntryType.ts
sdnr/wt/odlux/apps/maintenanceApp/src/plugin.tsx
sdnr/wt/odlux/apps/maintenanceApp/src/services/maintenenceService.ts
sdnr/wt/odlux/apps/maintenanceApp/src/utils/timeUtils.ts
sdnr/wt/odlux/apps/maintenanceApp/src/views/maintenenceView.tsx
sdnr/wt/odlux/apps/mediatorApp/package.json
sdnr/wt/odlux/apps/minimumApp/package.json
sdnr/wt/odlux/apps/minimumApp/src/handlers/minimumAppRootHandler.ts
sdnr/wt/odlux/apps/minimumApp/src/plugin.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/package.json
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/connectedNetworkElementsActions.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/ltpAction.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/panelChangeActions.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/timeChangeAction.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/adaptiveModulation.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/crossPolarDiscrimination.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/performanceData.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/receiveLevel.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/signalToInterference.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/temperature.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/transmissionPower.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/adaptiveModulation15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/adaptiveModulation24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/adaptiveModulationHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/availableLtpsActionHandler.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/connectedNetworkElementsActionHandler.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscrimination15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscrimination24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscriminationHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceData15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceData24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceDataHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceHistoryRootHandler.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/receiveLevel15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/receiveLevel24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/receiveLevelHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/signalToInterference15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/signalToInterference24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/signalToInterferenceHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/temperature15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/temperature24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/temperatureHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/transmissionPower15minHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/transmissionPower24hoursHandler.ts [deleted file]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/transmissionPowerHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/adaptiveModulationDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/availableLtps.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/chartTypes.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/crossPolarDiscriminationDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/performanceDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/signalToInteferenceDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/temperatureDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/topologyNetConf.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/transmissionPowerDataType.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/plugin.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/services/performanceHistoryService.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/utils/chartUtils.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/utils/tableUtils.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/views/performanceHistoryApplication.tsx