{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox %} {% if waf != '1' and select_id != 'viewlogs' %} {% endif %} {% if select_id != 'viewlogs' and service != 'nginx' %} {% endif %} {% if waf != '1' and select_id != 'viewlogs' %} {% endif %}
{% if select_id == 'viewlogs' %} Log {% else %} Server {% endif %} Log filesNumber 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 %}
{{ input('rows', type='number', value=rows, required='required', style='width: 110px;') }} {{ input('grep', value=grep, style='width: 110px;') }} {{ input('exgrep', value=exgrep, style='width: 110px;') }}
{% if select_id == 'viewlogs' and serv != '' and viewlogs != '' and viewlogs != 'roxy-wi.error.log' and viewlogs != 'roxy-wi.access.log' %}
You can read the descriptions about all logs here
{% elif serv == 'roxy-wi.error.log' or serv == 'roxy-wi.access.log' %}
You can read the description about all logs file here
{% else %} {% endif %} {% endblock %}