Kitware / CDash

An open source, web-based software testing server
http://www.cdash.org/
Other
218 stars 76 forks source link

Await API load before attempting to render dynamic analysis #2544

Closed williamjallen closed 3 weeks ago

williamjallen commented 3 weeks ago

The dynamic analysis results page (/builds/<id>/dynamic_analysis) currently fails to load in some cases because the page renders before the API has returned data. This PR wraps the page body in the loading indicator component to prevent Vue from attempting to render the content before the API returns.