diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index 12c6381..76ae2da 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -8,49 +8,49 @@ - +
{{ totals[0] }}
- +
{{ totals[1] }}
- +
{{ totals[2] }}
- +
{{ totals[3] }}
- +
{{ totals[4] }}
- +
{{ totals[5] }}
- +
{{ totals[6] }}
- +
{{ totals[7] }}
@@ -317,6 +317,7 @@ export default { } ], totals: [0, 0, 0, 0, 0, 0, 0, 0], + warningBound: 2.5, submitPassword: null }; },