diff --git a/app/templates/admin.html b/app/templates/admin.html index fee7b33..3f4e0cb 100644 --- a/app/templates/admin.html +++ b/app/templates/admin.html @@ -238,6 +238,9 @@ Currnet version Last version + + Description + @@ -254,6 +257,9 @@ Update {% endif %} + + The main application + {% for s in services %} {% if s.0 == 'smon' or s.0 == 'checker_haproxy' or s.0 == 'keep_alive' or s.0 == 'metrics_haproxy' %} @@ -262,24 +268,28 @@ {% if s.0 == 'smon' %} {% set service_name = 'SMON' %} {% set service_link = 'smon' %} + {% set desc_link = 'https://haproxy-wi.org/services.py?service=smon' %} {% if s.3|int() < smon_ver|int() %} {% set is_need_update = 1 %} {% endif %} {% elif s.0 == 'checker_haproxy' %} {% set service_name = 'Checker' %} {% set service_link = 'checker' %} + {% set desc_link = 'https://haproxy-wi.org/services.py?service=checker' %} {% if s.3|int() < checker_ver|int() %} {% set is_need_update = 1 %} {% endif %} {% elif s.0 == 'keep_alive' %} {% set service_name = 'Auto start' %} {% set service_link = 'auto_start' %} + {% set desc_link = 'https://haproxy-wi.org/services.py?service=auto_start' %} {% if s.3|int() < keep_ver|int() %} {% set is_need_update = 1 %} {% endif %} {% elif s.0 == 'metrics_haproxy' %} {% set service_name = 'Metrics' %} {% set service_link = 'metrics' %} + {% set desc_link = 'https://haproxy-wi.org/services.py?service=metrics' %} {% if s.3|int() < metrics_ver|int() %} {% set is_need_update = 1 %} {% endif %} @@ -312,20 +322,23 @@ {% endif %} {% else %} {{service_name}} service is not installed - Read about installation + Read about installation {% endif %} + + Read more about {{service_name}} + {% endif %} {% endfor %}
Note: - For update you have to use HAProxy-WI repository. How start use repository read here + For updating you have to use HAProxy-WI RPM. How to start using repository read here

- If server uses proxy to connection Internet add proxy settings in yum.conf + If the HAProxy-WI server uses a proxy to connect to the Internet, add the proxy settings to yum.conf

- Read more about update in docs + Read more about updating in docs and changelog
diff --git a/app/templates/base.html b/app/templates/base.html index 1602b74..3c94cd2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -263,11 +263,11 @@ {% if new_ver_without_dots > current_ver_without_dots and new_ver != "Sorry cannot get current version" %} v{{current_ver}} {% else %} - v{{current_ver}} + v{{current_ver}} {% endif %} {% else %} - v{{current_ver}} + v{{current_ver}} {% endif %}