]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats admin: use the backend id instead of its name in the form
authorCyril Bonté <cyril.bonte@free.fr>
Wed, 4 Apr 2012 10:57:20 +0000 (12:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Apr 2012 07:58:26 +0000 (09:58 +0200)
commitaa0a45d2edda92a1239d213bf306338ad912d9ca
tree298b82e71deef0cb07049639be8aba63c474c55b
parent0bb519e6e5e4421dca93388f10c70d8a2da60742
MINOR: stats admin: use the backend id instead of its name in the form

Proxy ids are unique whereas names can be used several times in the
configuration. In order to prevent the ambiguity, the HTML form now provides
the backend id instead of its name (the name can still be provided in the POST
data).
src/dumpstats.c