mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 23:01:24 +02:00
MINOR: stats: fix minor typo in HTML page
There is a very small typo in the statistics interface: a "set" in lowercase where allothers are uppercase "Set".
This commit is contained in:
parent
18324f574f
commit
8c27bcaea0
@ -3710,7 +3710,7 @@ static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px
|
||||
"<option value=\"\"></option>"
|
||||
"<option value=\"ready\">Set state to READY</option>"
|
||||
"<option value=\"drain\">Set state to DRAIN</option>"
|
||||
"<option value=\"maint\">set state to MAINT</option>"
|
||||
"<option value=\"maint\">Set state to MAINT</option>"
|
||||
"<option value=\"dhlth\">Health: disable checks</option>"
|
||||
"<option value=\"ehlth\">Health: enable checks</option>"
|
||||
"<option value=\"hrunn\">Health: force UP</option>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user