From 28d75df455136eeb5712ae8fcd40ffbcadbbda61 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Tue, 18 Dec 2018 14:10:55 +0000 Subject: [PATCH] Moved warning state comparison value to a defined variable --- frontend/src/views/Observation.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 }; },