mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-05 11:58:07 +08:00
Treat log message as HTML
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
/>
|
||||
<ol class="logs caption">
|
||||
<li v-for="(row, i) in logs" :key="i" :class="row.type | typeColor">
|
||||
[{{ row.type | formatType }} {{ row.timestamp / 1000 | formatTimestamp }}] {{ row.message }}
|
||||
[{{ row.type | formatType }} {{ row.timestamp / 1000 | formatTimestamp }}] <span v-html="row.message" />
|
||||
</li>
|
||||
</ol>
|
||||
<div ref="end" />
|
||||
|
||||
Reference in New Issue
Block a user