1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement old log entry purging in update_daemon_common; add some more error types; tweak error log display

This commit is contained in:
Andrew Dolgov
2013-04-16 20:34:20 +04:00
parent b8c7f8357d
commit e2261e177b
3 changed files with 25 additions and 0 deletions
+6
View File
@@ -131,5 +131,11 @@ table.prefErrorLog tr.errrow td {
table.prefErrorLog tr.errrow td.errno {
font-style : italic;
font-weight : bold;
white-space : nowrap;
}
table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
color : gray;
}