diff --git a/client/src/app/instance/search/containers/criteria.component.html b/client/src/app/instance/search/containers/criteria.component.html index a9025abf7e7c93d0b966dcad851925c839fea4f2..58ddc16892946e2638a01798476c58e66b012931 100644 --- a/client/src/app/instance/search/containers/criteria.component.html +++ b/client/src/app/instance/search/containers/criteria.component.html @@ -29,22 +29,7 @@ (deleteCriterion)="deleteCriterion($event)"> </app-criteria-tabs> </div> - <div class="col-12 col-md-4 col-lg-3 pt-2"> - <app-spinner *ngIf="(outputFamilyListIsLoading | async) || (outputCategoryListIsLoading | async)"></app-spinner> - <app-summary *ngIf="(outputFamilyListIsLoaded | async) && (outputCategoryListIsLoaded | async)" - [currentStep]="currentStep | async" - [datasetSelected]="datasetSelected | async" - [datasetList]="datasetList | async" - [attributeList]="attributeList | async | sortByCriteriaDisplay" - [criteriaFamilyList]="criteriaFamilyList | async" - [outputFamilyList]="outputFamilyList | async" - [outputCategoryList]="outputCategoryList | async" - [criteriaList]="criteriaList | async" - [outputList]="outputList | async" - [queryParams]="queryParams | async" - [coneSearch]="coneSearch | async"> - </app-summary> - </div> + </div> <div class="row mt-5 justify-content-between"> <div class="col"> diff --git a/client/src/app/instance/search/containers/dataset.component.html b/client/src/app/instance/search/containers/dataset.component.html index d55db1a5a4e0badff8cf82fc0f5bac8c9067c402..f7f0ada9e6d712595faeccd452b12890a873ca72 100644 --- a/client/src/app/instance/search/containers/dataset.component.html +++ b/client/src/app/instance/search/containers/dataset.component.html @@ -28,22 +28,7 @@ [datasetGroupList]="datasetGroupList | async"> </app-dataset-tabs> </div> - <div class="col-12 col-md-4 col-lg-3 pt-2"> - <app-spinner *ngIf="(attributeListIsLoading | async) || (criteriaFamilyListIsLoading | async) || (outputFamilyListIsLoading | async) || (outputCategoryListIsLoading | async)"></app-spinner> - <app-summary *ngIf="!(pristine | async) && (attributeListIsLoaded | async) && (criteriaFamilyListIsLoaded | async) && (outputFamilyListIsLoaded | async) && (outputCategoryListIsLoaded | async)" - [currentStep]="currentStep | async" - [datasetSelected]="datasetSelected | async" - [datasetList]="datasetList | async" - [attributeList]="attributeList | async | sortByOutputDisplay" - [criteriaFamilyList]="criteriaFamilyList | async" - [outputFamilyList]="outputFamilyList | async" - [outputCategoryList]="outputCategoryList | async" - [criteriaList]="criteriaList | async" - [outputList]="outputList | async" - [queryParams]="queryParams | async" - [coneSearch]="coneSearch | async"> - </app-summary> - </div> + </ng-container> </div> diff --git a/client/src/app/instance/search/containers/output.component.html b/client/src/app/instance/search/containers/output.component.html index a5ecb6dadc1fd1a5579fa7aee35520db9a3b37c0..f42b7b03d5ff86dd89ffe074e91347698280b875 100644 --- a/client/src/app/instance/search/containers/output.component.html +++ b/client/src/app/instance/search/containers/output.component.html @@ -16,22 +16,7 @@ (change)="updateOutputList($event)"> </app-output-tabs> </div> - <div class="col-12 col-md-4 col-lg-3 pt-2"> - <app-spinner *ngIf="(datasetListIsLoading | async) || (criteriaFamilyListIsLoading | async)"></app-spinner> - <app-summary *ngIf="(datasetListIsLoaded | async) && (criteriaFamilyListIsLoaded | async)" - [currentStep]="currentStep | async" - [datasetSelected]="datasetSelected | async" - [datasetList]="datasetList | async" - [attributeList]="attributeList | async | sortByOutputDisplay" - [criteriaFamilyList]="criteriaFamilyList | async" - [outputFamilyList]="outputFamilyList | async" - [outputCategoryList]="outputCategoryList | async" - [criteriaList]="criteriaList | async" - [outputList]="outputList | async" - [queryParams]="queryParams | async" - [coneSearch]="coneSearch | async"> - </app-summary> - </div> + </div> <div class="row mt-5 justify-content-between"> <div class="col">