Skip to content
Snippets Groups Projects
Commit fcc233e5 authored by mathias.chouet's avatar mathias.chouet
Browse files

Update fix #145

parent 43528b2b
No related branches found
No related tags found
1 merge request!36Resolve "Déplacer la (dé)dérialisation dans JalHyd"
<!-- a fake input bound to nothing, for the sake of UI consistency --> <!-- a fake input bound to nothing, for the sake of UI consistency -->
<mat-form-field> <mat-form-field>
<input matInput disabled [id]="inputId" class="form-control" type="text" [ngModel]="infoText" [placeholder]="param.title"> <input matInput disabled [id]="inputId" class="form-control" type="text" [ngModel]="infoText" [placeholder]="param.title">
<button *ngIf="isDicho" mat-icon-button class="param-computed-more" (click)="openDialog()"> <button type="button" *ngIf="isDicho" mat-icon-button class="param-computed-more" (click)="openDialog()">
<mat-icon>more_horiz</mat-icon> <mat-icon>more_horiz</mat-icon>
</button> </button>
</mat-form-field> </mat-form-field>
<!-- a fake input bound to nothing, for the sake of UI consistency --> <!-- a fake input bound to nothing, for the sake of UI consistency -->
<mat-form-field> <mat-form-field>
<input matInput disabled class="form-control" type="text" [ngModel]="infoText" [placeholder]="param.title"> <input matInput disabled class="form-control" type="text" [ngModel]="infoText" [placeholder]="param.title">
<button mat-icon-button class="param-values-more" (click)="openDialog()"> <button type="button" mat-icon-button class="param-values-more" (click)="openDialog()">
<mat-icon>more_horiz</mat-icon> <mat-icon>more_horiz</mat-icon>
</button> </button>
</mat-form-field> </mat-form-field>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment