diff --git a/assets/js/components/ExecutionResults/ExecutionResults.jsx b/assets/js/components/ExecutionResults/ExecutionResults.jsx index 68899ecaff..2283584f70 100644 --- a/assets/js/components/ExecutionResults/ExecutionResults.jsx +++ b/assets/js/components/ExecutionResults/ExecutionResults.jsx @@ -7,6 +7,7 @@ import HealthIcon from '@components/Health'; import Modal from '@components/Modal'; import PremiumPill from '@components/PremiumPill'; import Table from '@components/Table'; + import { getCatalogCategoryList, getCheckResults, @@ -116,7 +117,6 @@ function ExecutionResults({ onLastExecutionUpdate(); } }; - const checksResults = getCheckResults(executionData); const catalogCategoryList = getCatalogCategoryList(catalog, checksResults); const tableData = checksResults diff --git a/assets/js/components/ExecutionResults/ExecutionResultsPage.jsx b/assets/js/components/ExecutionResults/ExecutionResultsPage.jsx index 282876def7..ddd65cf3b6 100644 --- a/assets/js/components/ExecutionResults/ExecutionResultsPage.jsx +++ b/assets/js/components/ExecutionResults/ExecutionResultsPage.jsx @@ -11,6 +11,7 @@ import { REQUESTED_EXECUTION_STATE, RUNNING_STATES, } from '@state/lastExecutions'; +import LoadingBox from '@components/LoadingBox'; import ExecutionResults from './ExecutionResults'; function ExecutionResultsPage() { @@ -40,7 +41,7 @@ function ExecutionResultsPage() { }, [cloudProvider]); if (!cluster) { - return