1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-22 03:57:02 +00:00

Add some metric history

The count of connections and count of delivered messages now have 50
minutes of history available in the /about sparklines.
This commit is contained in:
James Hillyerd
2012-10-23 19:48:59 -07:00
parent 3b956a5341
commit bf0d6a6be5
4 changed files with 84 additions and 5 deletions

View File

@@ -317,4 +317,13 @@ table.metrics {
.metrics th {
text-align: left;
width: 15em;
}
.metrics td {
width: 10em;
}
.metrics td.sparkline {
width: 170px;
}