1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 10:37:01 +00:00

ui: Replace Mailbox Session use with ServeUrl (#185)

Plus a couple UI padding tweaks
This commit is contained in:
James Hillyerd
2020-09-24 15:59:12 -07:00
committed by GitHub
parent ebd25a60e1
commit 9b03c311db
3 changed files with 27 additions and 19 deletions

View File

@@ -413,7 +413,7 @@ viewMetric metric =
, div [ class "value" ] [ text (metric.formatter metric.value) ]
, div [ class "graph" ]
[ metric.graph metric.history
, text ("(" ++ String.fromInt metric.minutes ++ "min)")
, text (" (" ++ String.fromInt metric.minutes ++ "min)")
]
]