diff --git a/web/blob/static/css/prometheus.css b/web/blob/static/css/prometheus.css index c44c65ec17..9dba1bd6e6 100644 --- a/web/blob/static/css/prometheus.css +++ b/web/blob/static/css/prometheus.css @@ -12,7 +12,6 @@ th.job_header { .state_indicator { padding: 0 4px 0 4px; - text-transform: uppercase; } .literal_output td { diff --git a/web/blob/templates/alerts.html b/web/blob/templates/alerts.html index aa97b336e9..b540259c51 100644 --- a/web/blob/templates/alerts.html +++ b/web/blob/templates/alerts.html @@ -36,7 +36,7 @@ {{$label}}="{{$value}}" {{end}} - {{.State}} + {{.State}} {{.ActiveSince.Time.UTC}} {{.Value}} Silence… diff --git a/web/blob/templates/status.html b/web/blob/templates/status.html index ed50c9d637..c206eb5bb7 100644 --- a/web/blob/templates/status.html +++ b/web/blob/templates/status.html @@ -55,7 +55,7 @@ {{end}} - + {{.Status.Health}} @@ -76,7 +76,7 @@ {{if .Status.LastError}} - {{.Status.LastError}} + {{.Status.LastError}} {{end}}