Remove most external references from the Dataset editor (from now on they must be defined inside the template)

This commit is contained in:
George Kalampokis 2020-09-09 17:54:46 +03:00
parent 9f8b4bb9f7
commit b4b9c34de4
1 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
</div>
</div>
<!-- Data Repositories -->
<div class="pt-2">
<!-- <div class="pt-2">
<div class="row">
<div class="col-12 pl-0 pr-0 pb-2 d-flex flex-row">
<h4 class="col-auto heading">1.5 {{'DATASET-EDITOR.FIELDS.DATAREPOSITORIES' | translate}}</h4>
@ -64,9 +64,9 @@
</div>
</div>
</ng-template>
</div>
</div> -->
<!-- External Datasets -->
<div class="pt-2">
<!-- <div class="pt-2">
<div class="row">
<div class="col-12 pl-0 pr-0 pb-2 d-flex flex-row">
<h4 class="col-auto heading">1.6 {{'DATASET-EDITOR.FIELDS.EXTERNAL-DATASETS' | translate}}</h4>
@ -127,9 +127,9 @@
</div>
</div>
</ng-template>
</div>
</div> -->
<!-- Registries -->
<div class="pt-2">
<!-- <div class="pt-2">
<div class="row">
<div class="col-12 pl-0 pr-0 pb-2 d-flex flex-row">
<h4 class="col-auto heading">1.7 {{'DATASET-EDITOR.FIELDS.REGISTRIES' | translate}}</h4>
@ -177,9 +177,9 @@
</div>
</div>
</ng-template>
</div>
</div> -->
<!-- Services -->
<div class="pt-2">
<!-- <div class="pt-2">
<div class="row">
<div class="col-12 pl-0 pr-0 pb-2 d-flex flex-row">
<h4 class="col-auto heading">1.8 {{'DATASET-EDITOR.FIELDS.SERVICES' | translate}}</h4>
@ -228,7 +228,7 @@
</div>
</div>
</ng-template>
</div>
</div> -->
</form>
<!-- <form *ngIf="formGroup" [formGroup]="formGroup" class="dataset-external-references-editor">