Bugfixes for PerformanceApp 22/103722/1
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>
Mon, 16 Mar 2020 08:15:00 +0000 (09:15 +0100)
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>
Mon, 16 Mar 2020 08:15:00 +0000 (09:15 +0100)
commitbc9425a00d19b75b149fbbf0c4ea7345de8721d5
treeaeadec5017c40d40f3325ac782150a2f8bd28b8e
parent05da65b2d01a75404059d7526b4cbb868f631dd7
Bugfixes for PerformanceApp

Fix filter in table not always showing

Fix suspectInterval filter not linked between chart and table

Fix data not loaded problem

Issue-ID: SDNC-1118
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I7d1b71f094dfdd7cd16ed6f7fb5c597a7b209b69
13 files changed:
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/reloadAction.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/adaptiveModulation.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/chartFilter.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/toggleContainer.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/transmissionPower.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceHistoryRootHandler.ts
sdnr/wt/odlux/apps/performanceHistoryApp/src/pluginPerformance.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/src/views/performanceHistoryApplication.tsx