From 5a63f6d78c2f115fa425bbc85999672e9ecad319 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2020 14:41:14 +0000 Subject: [PATCH] Add status to frontend --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 42b0ff4..ef2ba0d 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,8 @@ - Current Time - {{ iterator }} of {{ maxframes }} Seconds (10x rate) + WS Status +

{{ Status }}

@@ -62,11 +62,11 @@ rpm: [], psi: [], maxframes: 0, - iterator: 0, currentSpeed: 0, currentRPM: 0, currentPSI: 0, sock: {}, + Status: 'Loading', } }, mounted: function() { //initialize gauges