Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postfix-stats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
postfix-stats
Commits
a9a94761
Commit
a9a94761
authored
7 years ago
by
Jan Philipp Timme
Browse files
Options
Downloads
Patches
Plain Diff
Adapt template to show at least some images
parent
a83e0723
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/index.html
+35
-6
35 additions, 6 deletions
templates/index.html
with
35 additions
and
6 deletions
templates/index.html
+
35
−
6
View file @
a9a94761
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment