spelling: warning
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2ac40d4562
commit
57d90e4c73
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
<td class="
|
||||
{{if $row->level == "CRITICAL"}}bg-danger
|
||||
{{elseif $row->level == "ERROR"}}bg-danger
|
||||
{{elseif $row->level == "WARNING"}}bg-warinig
|
||||
{{elseif $row->level == "WARNING"}}bg-warning
|
||||
{{elseif $row->level == "NOTICE"}}bg-info
|
||||
{{elseif $row->level == "DEBUG"}}text-muted
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue