diff --git a/www/pocwww/pocwww/json.py b/www/pocwww/pocwww/json.py
index bcd7bbc..1668092 100644
--- a/www/pocwww/pocwww/json.py
+++ b/www/pocwww/pocwww/json.py
@@ -20,7 +20,7 @@ def json_valuesbetween(request):
except KeyError:
pass
- start = end - timedelta(days=7)
+ start = end - timedelta(days=2)
try: # Attempt to get a value from the request.
start = request.matchdict['startdt']
start = start.replace("T", " ")
diff --git a/www/pocwww/pocwww/static/graphs.js b/www/pocwww/pocwww/static/graphs.js
index 0f230ce..4b1a1cd 100644
--- a/www/pocwww/pocwww/static/graphs.js
+++ b/www/pocwww/pocwww/static/graphs.js
@@ -135,7 +135,7 @@ function drawSlider(data){
var endD = new Date();
var end = endD.toISOString().replace("T", " ");
var dummyDate = new Date();
- var startD = new Date(dummyDate.setDate(endD.getDate() - 7));
+ var startD = new Date(dummyDate.setDate(endD.getDate() - 2));
var start = startD.toISOString().replace("T", " ");
diff --git a/www/pocwww/pocwww/static/theme.css b/www/pocwww/pocwww/static/theme.css
index f928621..6206711 100644
--- a/www/pocwww/pocwww/static/theme.css
+++ b/www/pocwww/pocwww/static/theme.css
@@ -26,7 +26,7 @@ body {
.allcaps{
text-transform: uppercase;
/*font-size: 14px;*/
- color: #666;
+ /*color: #666;*/
font-weight: 400;
letter-spacing: 1px;
z-index: 100;
diff --git a/www/pocwww/pocwww/templates/dashboard.jinja2 b/www/pocwww/pocwww/templates/dashboard.jinja2
index 81cf890..225a6fd 100644
--- a/www/pocwww/pocwww/templates/dashboard.jinja2
+++ b/www/pocwww/pocwww/templates/dashboard.jinja2
@@ -2,19 +2,18 @@
{% block content %}
-
Henry Pump POC
-
Latest Tag Values
+
Latest Tag Values
{% if tag_values|length > 0 %}
- | Name |
- |
- Value |
- Timestamp |
+ Name |
+ |
+ Value |
+ Timestamp |