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.
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.