allow all characters as search term in API (#1597)

This commit is contained in:
Kevin Papst
2020-03-30 01:06:18 +02:00
committed by GitHub
parent dfe949264f
commit 7becddc3a4
7 changed files with 11 additions and 7 deletions

View File

@@ -83,7 +83,7 @@
{% if logSize > 52428800 %}
<p>Your logfile is larger than 50 MB, consider deleting it (it will be re-created automatically).</p>
{% endif %}
<pre>{% for logLine in logs -%}
<pre>{% for logLine in logs|reverse -%}
{%- set logLineClass = '' -%}
{%- if '.CRITICAL' in logLine -%}
{%- set logLineClass = 'text-danger text-bold' -%}