Bugfixes for PerformanceApp 28/103728/2
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>
Mon, 16 Mar 2020 08:15:00 +0000 (09:15 +0100)
committerAijana S <aijana.schumann@highstreet-technologies.com>
Wed, 18 Mar 2020 15:19:40 +0000 (15:19 +0000)
commit284da45ec47cb85c6547eb3ae06acaf0578be894
tree8d96cadcd21a0bb3ebfbd5fede6ece86a8d9569e
parentce78a6683ab8648ed90e944cd23ed7c01205fce6
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