{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox %} {% if select_id != 'viewlogs' and service != 'nginx' %} {% endif %} {% if select_id != 'viewlogs' and service != 'nginx' %} {% endif %}
{% if select_id == 'viewlogs' %} Log {% else %} Server {% endif %} WAF logsNumber rows Find (?) Exclude (?) {{ input('time_range_out_hour', value=hour, class='time-range', readonly='readonly') }}:{{ input('time_range_out_minut', value=minut, class='time-range', readonly='readonly') }} {{ input('time_range_out_hour1', value=hour1, class='time-range', readonly='readonly') }}:{{ input('time_range_out_minut1', value=minut1, class='time-range', readonly='readonly') }}
{% if select_id == 'viewlogs' %} {% else %} {% include 'include/select.html' %} {% endif %}
{{ checkbox('waf') }} {{ input('rows', type='number', value=rows, required='required', size='5') }} {{ input('grep', value=grep) }} {{ input('exgrep', value=exgrep) }}
{% if select_id == 'viewlogs' and serv != '' and viewlogs != '' and viewlogs != 'haproxy-wi.error.log' and viewlogs != 'haproxy-wi.access.log' %}
You can read the descriptions about all logs here
{% elif serv == 'haproxy-wi.error.log' or serv == 'haproxy-wi.access.log' %}
You can read the description about all logs file here
{% else %} {% endif %} {% endblock %}