From a9a94761fd7fdc43e04db73b5afc3dc0401ab023 Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Fri, 4 May 2018 17:20:48 +0200
Subject: [PATCH] Adapt template to show at least some images

---
 templates/index.html | 41 +++++++++++++++++++++++++++++++++++------
 1 file changed, 35 insertions(+), 6 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index f3dd097..4f27c74 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,11 +4,40 @@
     <title>Postfix statistics</title>
   </head>
   <body>
-    <img src="hour.png">
-    <img src="6hour.png">
-    <img src="day.png">
-    <img src="week.png">
-    <img src="month.png">
-    <img src="year.png">
+    <h3>Last hour</h3>
+    <div>
+      <img src="log_hour.png">
+      <img src="connections_hour.png">
+      <img src="mail_in_hour.png">
+      <img src="mail_out_hour.png">
+    </div>
+    <h3>Last 6 hours</h3>
+    <div>
+      <img src="log_6hours.png">
+      <img src="connections_6hours.png">
+      <img src="mail_in_6hours.png">
+      <img src="mail_out_6hours.png">
+    </div>
+    <h3>Last 12 hours</h3>
+    <div>
+      <img src="log_12hours.png">
+      <img src="connections_12hours.png">
+      <img src="mail_in_12hours.png">
+      <img src="mail_out_12hours.png">
+    </div>
+    <h3>Last day</h3>
+    <div>
+      <img src="log_day.png">
+      <img src="connections_day.png">
+      <img src="mail_in_day.png">
+      <img src="mail_out_day.png">
+    </div>
+    <h3>Last week</h3>
+    <div>
+      <img src="log_week.png">
+      <img src="connections_week.png">
+      <img src="mail_in_week.png">
+      <img src="mail_out_week.png">
+    </div>
   </body>
 </html>
-- 
GitLab