frontend update to tabler beta 19 (#4029)
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
{%- elseif '.ERROR' in logLine -%}
|
||||
{%- set logLineClass = 'text-warning text-bold' -%}
|
||||
{%- elseif '.DEBUG' in logLine -%}
|
||||
{%- set logLineClass = 'text-muted' -%}
|
||||
{%- set logLineClass = 'text-body-secondary' -%}
|
||||
{%- endif -%}
|
||||
<span class="{{ logLineClass }}">{{- logLine -}}</span>
|
||||
{%- endfor %}</pre>
|
||||
|
||||
Reference in New Issue
Block a user