Skip to content
Snippets Groups Projects

Catchup with main 2.8.1

Merged Charlotte Hausman requested to merge catchup_with_main_2.8.1 into 2.8.2-DEVELOPMENT
4 files
+ 44
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -8,6 +8,14 @@
</div>
</div>
<div class="bg-light p-2">
<p>Execution Status</p>
<div *ngFor="let s of exec_status" class="form-check">
<input class="form-check-input" type="checkbox" [id]="s.name" [value]="s.filter_val" (change)="addFilter(s.filter_val, 'exec_status', $event.target.checked)" [checked]="s.isChecked" />
<label class="form-check-label" [for]="s.name">{{s.name}}</label>
</div>
</div>
<div class="bg-light p-2">
<p>DA staff</p>
<div *ngFor="let da of daStaff" class="form-check">
Loading