]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: Fix color of draining servers on stats page
authorDaniel Corbett <dcorbett@haproxy.com>
Sat, 28 Mar 2020 16:35:50 +0000 (12:35 -0400)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Mar 2020 15:21:51 +0000 (17:21 +0200)
commitb428517fee01b92546ee82cf420644d548f15a90
tree8fd38a7d061fbda9fa82168de902880a2249e4db
parentce7b00f9267d5b8cd97575e13b16e9d27d3714d5
BUG/MINOR: stats: Fix color of draining servers on stats page

This patch fixes #53 where it was noticed that when an active
server is set to DRAIN it no longer has the color blue reflected
within the stats page. This patch addresses that and adds the
color back to drain. It's to be noted that backup servers are
configured to have an orange color when they are draining.

Should be backported as far as 1.7.
src/stats.c