Skip to content
GitLab
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
033b3c36
Commit
033b3c36
authored
Apr 23, 2021
by
janis.streib
🦉
Browse files
ADD: evlog: color explaination
parent
59f2540e
Pipeline
#146841
passed with stages
in 6 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/EVLogViewer.vue
View file @
033b3c36
...
...
@@ -96,7 +96,7 @@ export default {
window
.
console
.
log
(
this
.
records
)
},
ta_color
(
value
,
key
,
item
,
type
)
{
return
{
style
:
'
background:
'
+
item
.
ta_timestamp
.
toHSL
({
lit
:
[
30
,
40
]})}
return
{
title
:
'
Aktionen aus einer Transaktion erhalten die selbe Farbe.
'
,
style
:
'
background:
'
+
item
.
ta_timestamp
.
toHSL
({
lit
:
[
30
,
40
]})}
},
formatDate
(
value
,
key
,
item
)
{
if
(
value
==
null
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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