{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, select %} {% include 'include/del_confirm.html' %}
Service | Currnet version | Last version | |
HAProxy-WI | {{current_ver}} | {{new_ver}} | {% if new_ver_without_dots > current_ver_without_dots and new_ver != "Sorry cannot get current version" %} Update {% endif %} |
{{service_name}} | {% if s.3 != '* is not installed' %} {{s.3}} {% endif %} | {% if s.0 == 'smon' %} {{smon_ver}} {% elif s.0 == 'checker_haproxy' %} {{checker_ver}} {% elif s.0 == 'keep_alive' %} {{keep_ver}} {% elif s.0 == 'metrics_haproxy' %} {{metrics_ver}} {% endif %} | {% if s.3 != '* is not installed' %} {% if is_need_update %} Update {% endif %} {% else %} {{service_name}} service is not installed Read about installation {% endif %} |