You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

  1. From d38f5c0c1cbba00d80cad2640c005794fa5bc4f9 Mon Sep 17 00:00:00 2001
  2. From: Marco Corte <marco@marcocorte.it>
  3. Date: Wed, 2 Jul 2014 17:49:34 +0200
  4. Subject: [PATCH 10/12] MINOR: stats: fix minor typo in HTML page
  5. There is a very small typo in the statistics interface: a "set" in
  6. lowercase where allothers are uppercase "Set".
  7. (cherry picked from commit 8c27bcaea0116247ee055c5481a63507de4fe6e4)
  8. ---
  9. src/dumpstats.c | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/src/dumpstats.c b/src/dumpstats.c
  12. index c8bac08..5365042 100644
  13. --- a/src/dumpstats.c
  14. +++ b/src/dumpstats.c
  15. @@ -3710,7 +3710,7 @@ static void stats_dump_html_px_end(struct stream_interface *si, struct proxy *px
  16. "<option value=\"\"></option>"
  17. "<option value=\"ready\">Set state to READY</option>"
  18. "<option value=\"drain\">Set state to DRAIN</option>"
  19. - "<option value=\"maint\">set state to MAINT</option>"
  20. + "<option value=\"maint\">Set state to MAINT</option>"
  21. "<option value=\"dhlth\">Health: disable checks</option>"
  22. "<option value=\"ehlth\">Health: enable checks</option>"
  23. "<option value=\"hrunn\">Health: force UP</option>"
  24. --
  25. 1.8.5.5