]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: add proxy name filtering on the statistic page
authorde Lafond Guillaume <gdelafond@aquaray.com>
Mon, 15 Apr 2013 17:27:10 +0000 (19:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Apr 2013 20:50:33 +0000 (22:50 +0200)
commit88c278fadf78bd32c6e52dc668d5602d8a52330a
tree38b08f8ad1926b46d39ec10bfb69bfba6d2474ec
parentd9bdccda556d6139a06f0a1229e7f304a93ee0fe
MEDIUM: stats: add proxy name filtering on the statistic page

This patch adds a "scope" box in the statistics page in order to
display only proxies with a name that contains the requested value.
The scope filter is preserved across all clicks on the page.
include/common/standard.h
include/proto/dumpstats.h
include/types/stream_interface.h
src/dumpstats.c
src/proto_http.c
src/standard.c