Skip to content
Snippets Groups Projects

Resolve "Ajout du critère : Recherche par liste d'Ident"

Merged Tifenn Guillas requested to merge 95-ajout-du-critere-recherche-par-liste-d-ident into develop
4 files
+ 79
12
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -15,7 +15,7 @@
<button class="btn btn-outline-success" *ngIf="!list.disabled" [hidden]="!list.value" (click)="emitAdd()">
<span class="fas fa-plus fa-fw"></span>
</button>
<button class="btn btn-outline-danger" *ngIf="list.disabled" (click)="emitDelete()">
<button class="btn btn-outline-danger" *ngIf="list.disabled" (click)="deleteCriterion.emit(id)">
<span class="fa fa-times fa-fw"></span>
</button>
</div>
Loading