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