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
e2f28cb5
Commit
e2f28cb5
authored
Feb 04, 2021
by
gj4210
👽
Browse files
UPD: Wrapping EVlog description
parent
2eea8ea5
Pipeline
#132039
passed with stages
in 6 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/EVLogViewer.vue
View file @
e2f28cb5
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<Loading
:data=
"[records]"
>
<Loading
:data=
"[records]"
>
<b-table
:responsive=
"true"
striped
:items=
"records"
:fields=
"table_fields"
>
<b-table
:responsive=
"true"
striped
:items=
"records"
:fields=
"table_fields"
>
<template
v-slot:cell(data)=
"data"
>
<template
v-slot:cell(data)=
"data"
>
<span
style=
"white-space: pre"
>
{{
data
.
item
.
data
}}
</span>
<span
style=
"white-space: pre
-wrap
"
>
{{
data
.
item
.
data
}}
</span>
</
template
>
</
template
>
<
template
v-slot:cell(type)=
"data"
>
<
template
v-slot:cell(type)=
"data"
>
{{
record_types
[
data
.
item
.
type
].
action
}}
{{
record_types
[
data
.
item
.
type
].
action
}}
...
...
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