diff --git a/src/app/graphs/graphs.component.html b/src/app/graphs/graphs.component.html index 9c2e617..a7e3014 100644 --- a/src/app/graphs/graphs.component.html +++ b/src/app/graphs/graphs.component.html @@ -72,7 +72,7 @@ >Run -
+

@@ -81,14 +81,16 @@ - +

+

Location ID(s) - +

+

Student ID(s) - +

+

Compute ID(s) -

+

@@ -159,29 +162,50 @@

Records to be processed

-
- - - - - - - - - - - - - - - - - - - - -
Barcode DateLocationIDsContactsNotifications
{{sample.barcode}}{{sample.date| date :"medium"}}Location: {{sample.location}}
Station: {{sample.station}}
Compute ID: {{sample.compute_id}}
Student ID: {{sample.student_id}}
Phone: {{sample.phone}}
Email: {{sample.email}}
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Barcode {{sample.barcode}} Date {{sample.date}} Location Location: {{sample.location}}
Station: {{sample.station}}
IDs + Compute ID: {{sample.compute_id}}
Student ID: {{sample.student_id}} +
Contacts + Phone: {{sample.phone}}
Email: {{sample.email}} +
+ diff --git a/src/app/graphs/graphs.component.ts b/src/app/graphs/graphs.component.ts index 7e51c07..e4a3660 100644 --- a/src/app/graphs/graphs.component.ts +++ b/src/app/graphs/graphs.component.ts @@ -87,10 +87,10 @@ export class GraphsComponent implements OnInit { } } }; - tempData: JSON = {}; searchResult: Sample[] = []; + displayedColumns: string[] = ['position', 'name', 'weight', 'text', 'email']; start_date: Date = new Date(); end_date: Date = new Date();