From d03fdf41ec966eabcdf71323d389d301541c6cca Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 13 May 2014 21:58:31 +0200 Subject: [PATCH] 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. --- src/dumpstats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dumpstats.c b/src/dumpstats.c index c76e115ee..eae736c53 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)  "