Adapt template to show at least some images
This commit is contained in:
parent
a83e0723af
commit
a9a94761fd
|
@ -4,11 +4,40 @@
|
||||||
<title>Postfix statistics</title>
|
<title>Postfix statistics</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="hour.png">
|
<h3>Last hour</h3>
|
||||||
<img src="6hour.png">
|
<div>
|
||||||
<img src="day.png">
|
<img src="log_hour.png">
|
||||||
<img src="week.png">
|
<img src="connections_hour.png">
|
||||||
<img src="month.png">
|
<img src="mail_in_hour.png">
|
||||||
<img src="year.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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue