ui fix
This commit is contained in:
parent
0c2d2e2f6a
commit
cf17c87a09
|
@ -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>
|
Loading…
Reference in New Issue