From 37976d2c96e507ac73b0e70600a5dbf533ffadae Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Thu, 16 Jul 2020 09:05:16 +0200 Subject: [PATCH] v4.4.0.0 Changelog: https://haproxy-wi.org/changelog.py#4_4 --- README.md | 2 +- app/templates/ajax/show_new_smon.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/templates/ajax/show_new_smon.html diff --git a/README.md b/README.md index c6943f6e..a27f5d21 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Web interface(user-friendly web GUI, alerting, monitoring and secure) for managi 27. Keep active HAProxy service 28. Ability to hide parts of the config with tags for users with "guest" role: "HideBlockStart" and "HideBlockEnd" 29. Mobile-ready desing -30. REST API +30. Simple port monitoring 31. Backup HAProxy's, Nginx's and Keepalived's config files through HAProxy-WI ![alt text](image/haproxy-wi-metrics.png "Merics") diff --git a/app/templates/ajax/show_new_smon.html b/app/templates/ajax/show_new_smon.html new file mode 100644 index 00000000..297d5978 --- /dev/null +++ b/app/templates/ajax/show_new_smon.html @@ -0,0 +1,5 @@ +{% from 'include/input_macros.html' import input, checkbox %} +{% for s in smon %} + + {% include 'include/smon_server.html' %} +{% endfor %} \ No newline at end of file