]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] stats: update the width of the table to 22 columns
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Oct 2007 04:23:19 +0000 (06:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Oct 2007 04:23:19 +0000 (06:23 +0200)
Unfortunately, we forgot to increase the table from 20 to 22 cols when
we added retries and redisp.

src/dumpstats.c

index 898cc7e0f3ef558c9a854e2ef05cf3636b70f35f..02e0518d857fc299e0de94e8c9ebd1a4494fb928 100644 (file)
@@ -582,7 +582,7 @@ int stats_dump_proxy(struct session *s, struct proxy *px, struct uri_auth *uri,
                if (flags & STAT_FMT_HTML) {
                        /* print a new table */
                        chunk_printf(&msg, sizeof(trash),
-                                    "<table cols=\"20\" class=\"tbl\" width=\"100%%\">\n"
+                                    "<table cols=\"22\" class=\"tbl\" width=\"100%%\">\n"
                                     "<tr align=\"center\" class=\"titre\">"
                                     "<th colspan=2 class=\"pxname\">%s</th>"
                                     "<th colspan=18 class=\"empty\"></th>"