From 54ee7f4c0d15498d6e242bf1e172d3d0808daf4f Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 24 Jun 2015 20:02:20 +0200 Subject: [PATCH] Add simple way to adjust date ranges on the graphs page --- data/interfaces/default/graphs.html | 117 ++++++++++++++++++---------- 1 file changed, 76 insertions(+), 41 deletions(-) diff --git a/data/interfaces/default/graphs.html b/data/interfaces/default/graphs.html index e3a939a5..5460c782 100644 --- a/data/interfaces/default/graphs.html +++ b/data/interfaces/default/graphs.html @@ -25,8 +25,15 @@ from plexpy import helpers
-
-

Daily Watch History (Past 30 days)

+
+

Daily Watch History (Past 30 days)

+
+
+ 30 days | + 90 days | + 1 year +
+
@@ -43,7 +50,7 @@ from plexpy import helpers
-

Watches by day of week (Past 30 days)

+

Watches by day of week (Past 30 days)

@@ -55,7 +62,7 @@ from plexpy import helpers
-

Watches by hour of day (Past 30 days)

+

Watches by hour of day (Past 30 days)

@@ -80,49 +87,77 @@ from plexpy import helpers \ No newline at end of file