]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: stats: Add dark mode support for socket rows
authorMarno Krahmer <marno.krahmer@new-work.se>
Tue, 8 Mar 2022 12:45:09 +0000 (13:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Mar 2022 13:47:23 +0000 (14:47 +0100)
In commit e9ed63e548 dark mode support was added to the stats page. The
initial commit does not include  dark mode color overwrites for the
.socket CSS class. This commit colors socket rows the same way as
backends that acre active but do not have a health check defined.

This fixes an issue where reading information from socket lines became
really hard in dark mode due to suboptimal coloring of the cell
background and the font in it.

src/stats.c

index d15ce094d93be5a78bf8a9d9793522d1e11912b4..f044588d48497a2994b9b48e47495f0dbc1a741a 100644 (file)
@@ -3332,6 +3332,7 @@ static void stats_dump_html_head(struct appctx *appctx, struct uri_auth *uri)
                      " .hr { border-color: #8c8273; }\n"
                      " .titre { background-color: #1aa6a6; color: #e8e6e3; }\n"
                      " .frontend {background: #2f3437;}\n"
+                     " .socket {background: #2a2d2f;}\n"
                      " .backend {background: #2f3437;}\n"
                      " .active_down {background: #760000;}\n"
                      " .active_going_up {background: #b99200;}\n"