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:
@@ -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)")
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user