Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
4bb6b80c
Commit
4bb6b80c
authored
Feb 03, 2021
by
gj4210
👽
Browse files
FIX: Render newlines in EVlog
parent
70e4ca8d
Pipeline
#131953
passed with stages
in 5 minutes and 51 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
frontend/src/components/EVLogViewer.vue
View file @
4bb6b80c
...
...
@@ -11,6 +11,9 @@
</b-form>
<Loading
:data=
"[records]"
>
<b-table
:responsive=
"true"
striped
:items=
"records"
:fields=
"table_fields"
>
<template
v-slot:cell(data)=
"data"
>
<span
style=
"white-space: pre"
>
{{
data
.
item
.
data
}}
</span>
</
template
>
<
template
v-slot:cell(type)=
"data"
>
{{
record_types
[
data
.
item
.
type
].
action
}}
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment