This commit is contained in:
Diamantis Tziotzios 2024-03-28 16:58:23 +02:00
parent 0c2d2e2f6a
commit cf17c87a09
1 changed files with 8 additions and 6 deletions

View File

@ -110,11 +110,13 @@
<div class="row ml-0 mr-0 mb-3">
<span class="col-auto pl-0">{{'DMP-OVERVIEW.DOI-PROVIDED' | translate}}: </span>
<ng-container *ngIf="selectedModel">
<mat-select class="select-repo col" [placeholder]="selectedModel.repositoryId">
<mat-option *ngFor="let entityDoi of dmp.entityDois" (click)="selectDoi(entityDoi)">
{{entityDoi.repositoryId}}
</mat-option>
</mat-select>
<div class="col">
<mat-select class="select-repo" [placeholder]="selectedModel.repositoryId">
<mat-option *ngFor="let entityDoi of dmp.entityDois" (click)="selectDoi(entityDoi)">
{{entityDoi.repositoryId}}
</mat-option>
</mat-select>
</div>
</ng-container>
</div>
<div class="row d-flex flex-column ml-0 mr-0 mb-3">
@ -205,4 +207,4 @@
</div>
</div>
</div>
</div>
</div>