Add DEBUG icon to logs page

This commit is contained in:
Halali 2018-11-08 13:56:52 +01:00
parent 6527aff7f6
commit 1f25a9f484
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ blue info circle icon \\
yellow warning circle icon \\
%elif line[1] == 'ERROR':
red bug icon \\
%elif line[1] == 'DEBUG':
bug icon \\
%end
%except:
%pass