mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-20 10:35:32 +01:00
Added album page, checkboxes to artist page, more interface fixes
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
out_tuple = helpers.extract_logline(line)
|
||||
%>
|
||||
%if out_tuple:
|
||||
<tr>
|
||||
<%
|
||||
if out_tuple[1] == 'WARNING' or out_tuple[1] == 'ERROR':
|
||||
grade = 'X'
|
||||
else:
|
||||
grade = 'Z'
|
||||
%>
|
||||
<tr class="grade${grade}">
|
||||
<td id="timestamp">${out_tuple[0]}</td>
|
||||
<td id="level">${out_tuple[1]}</td>
|
||||
<td id="thread">${out_tuple[2]}</td>
|
||||
|
||||
Reference in New Issue
Block a user