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 -
Barcode | -Date | -Location | -IDs | -Contacts | -Notifications | -
---|---|---|---|---|---|
{{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}} + |
+
---|