allow all characters as search term in API (#1597)
This commit is contained in:
@@ -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' -%}
|
||||
|
||||
Reference in New Issue
Block a user