-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XY Charts, Timegraph: Display failed message
Currently, if the analysis fails (i.e. outputStatus is FAILED) then the analysis's view panel never updates and shows "Analysis running" forever even though the server has responded. Show a message to tell the user the analysis has failed. Add analysisFailedMessage method to abstract-output-component rather than abstract-tree-output-component so that it can be used by all output components (ex. TableOutputComponent). Add a separate CSS class for the analysis failed message (instead of reusing the styling used for the "no results" message) because the failed message is displayed in the main render area (rather than the chart area) so it needs different styling. Contributes towards fixing #460 Signed-off-by: Erica Bugden <erica.bugden@gmail.com>
- Loading branch information
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters