From: Willy Tarreau Date: Tue, 13 May 2014 19:58:31 +0000 (+0200) Subject: MINOR: stats: improve alignment of color codes to save one line of header X-Git-Tag: v1.5-dev26~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d03fdf41ec966eabcdf71323d389d301541c6cca;p=thirdparty%2Fhaproxy.git MINOR: stats: improve alignment of color codes to save one line of header Having both "active or backup DOWN" and "not checked" on the left side of the color caption inflates the whole header block for no reason. Simply move them both on the same line and reduce the header height. --- diff --git a/src/dumpstats.c b/src/dumpstats.c index c76e115ee2..eae736c53f 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -3846,7 +3846,6 @@ static void stats_dump_html_info(struct stream_interface *si, struct uri_auth *u "backup DOWN, going up " "\n" "active or backup DOWN  " - "\n" "not checked " "\n" "active or backup DOWN for maintenance (MAINT)  "