1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-19 12:41:40 +00:00

Send the correct MIME type from /file/id/data

This commit is contained in:
jendib
2013-08-18 14:48:48 +02:00
parent 2289f523c4
commit 9989a8967a
2 changed files with 7 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
</thead>
<tbody>
<tr ng-repeat="log in logs"
ng-class="{ info: log.level == 'INFO' || log.level == 'DEBUG', warn: log.level == 'WARN', error: log.level == 'ERROR' || log.level == 'FATAL' }">
ng-class="{ info: log.level == 'INFO' || log.level == 'DEBUG', warning: log.level == 'WARN', error: log.level == 'ERROR' || log.level == 'FATAL' }">
<td>{{ log.date | date: 'yyyy-MM-dd HH:mm' }}</td>
<td>{{ log.tag }}</td>
<td class="cell-message">{{ log.message }}</td>