From 0439d14e6227cb3d4075ff3cad8dbf24db47986e Mon Sep 17 00:00:00 2001 From: CzBiX Date: Sat, 13 Apr 2019 01:42:04 +0800 Subject: [PATCH] Treat log message as HTML --- src/components/LogsDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LogsDialog.vue b/src/components/LogsDialog.vue index c06fdf6..758db3b 100644 --- a/src/components/LogsDialog.vue +++ b/src/components/LogsDialog.vue @@ -14,7 +14,7 @@ />
  1. - [{{ row.type | formatType }} {{ row.timestamp / 1000 | formatTimestamp }}] {{ row.message }} + [{{ row.type | formatType }} {{ row.timestamp / 1000 | formatTimestamp }}]