]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: Fix HTML output for the frontends heading
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Dec 2019 10:29:04 +0000 (11:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Dec 2019 10:40:04 +0000 (11:40 +0100)
commitbc271ec113ab25b2617da73a8b11fce1a56675d4
tree44e21cd9b3e46237ca74c953c92e89d34be050d3
parentbc96c90614b5de59bd8c9d58913111157ed079e7
BUG/MINOR: stats: Fix HTML output for the frontends heading

Since the flag STAT_SHOWADMIN was removed, the frontends heading in the HTML
output appears unaligned because the space reserved for the checkbox (not
displayed for frontends) is not inserted.

This patch fixes the issue #390. It must be backported to 2.1.
src/stats.c