diff --git a/views/logs.tpl b/views/logs.tpl index a7ce545bc..10f65bfb4 100644 --- a/views/logs.tpl +++ b/views/logs.tpl @@ -46,14 +46,18 @@ %end "> +%try: +%if line[1] == 'INFO': +blue info circle icon \\ +%elif line[1] == 'WARNING': +yellow warning circle icon \\ +%elif line[1] == 'ERROR': +red bug icon \\ +%end +%except: +%pass +%end +"> \\ %try: {{line[2]}}\\