{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox %}
{% if select_id == 'viewlogs' %} Log {% else %} Server {% endif %} | {% if waf != '1' and select_id != 'viewlogs' %}Log files | {% endif %} {% if select_id != 'viewlogs' and service != 'nginx' %} {% endif %}Number 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 waf != '1' and select_id != 'viewlogs' %} | {% 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;') }} |