Skip to content
Snippets Groups Projects
Commit a9a94761 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Adapt template to show at least some images

parent a83e0723
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment