From 427a12e11932716a87741686e558a0ad8b49bb03 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 10 Dec 2019 14:06:17 +0100 Subject: FUNCT First Dashboard version --- src/templates/main.template.html | 179 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 178 insertions(+), 1 deletion(-) (limited to 'src/templates/main.template.html') diff --git a/src/templates/main.template.html b/src/templates/main.template.html index b5f66c6..b2811be 100644 --- a/src/templates/main.template.html +++ b/src/templates/main.template.html @@ -1 +1,178 @@ -kkkkkk \ No newline at end of file +
+
+
+ + {{ speed }} + + MPH +
+
+
+
+
+
+
+ + LEFT FRONT TIRE + +
+
+
+
+ + {{ tires.front.left }} PSI + +
+
+
+
+
+
+ + LEFT REAR TIRE + +
+
+
+
+ + {{ tires.rear.left }} PSI + +
+
+
+
+
+ + {{ #isWarning }} +
+ +
+ {{ /isWarning }} +
+
+
+
+
+ + RIGHT FRONT TIRE + +
+
+
+
+ + {{ tires.front.right }} PSI + +
+
+
+
+
+
+ + RIGHT REAR TIRE + +
+
+
+
+ + {{ tires.rear.right }} PSI + +
+
+
+
+
+
+
+
+
+
+
+
+ + LEVEL: + + + {{ fuel.level }} GALLONS + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + RANGE: + + + {{ fuel.range }} MI + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + AVG: + + + {{ fuel.avg }} MPG + +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg