From c7039c3a73e405edcbf6a3694f0cf6ecf46ba27c Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 24 Jun 2015 17:22:16 +0200 Subject: [PATCH] Fix blown-up scrape error display in web UI. --- web/blob/static/css/prometheus.css | 1 - web/blob/templates/alerts.html | 2 +- web/blob/templates/status.html | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) 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}}