Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dbpedia-assoc
MARVIN-config
Commits
1956bf2b
Commit
1956bf2b
authored
Oct 27, 2020
by
Marvin Hofer
Browse files
init refactor view
parent
d6435a3e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
dashboard/src/main/webapp/index.html
View file @
1956bf2b
This diff is collapsed.
Click to expand it.
dashboard/src/main/webapp/js/dashboard.js
View file @
1956bf2b
...
...
@@ -142,7 +142,7 @@ function getLogs(group) {
var
url
=
element
.
url
var
file
=
element
.
logName
var
description
=
element
.
description
processLogs
.
push
({
'
step
'
:
step
,
'
state
'
:
element
.
state
,
'
stateHtml
'
:
state
,
'
description
'
:
description
,
'
filename
'
:
`<a href="
${
url
}
">
${
file
}
</a>`
})
processLogs
.
push
({
'
step
'
:
step
+
1
,
'
state
'
:
element
.
state
,
'
stateHtml
'
:
state
,
'
description
'
:
description
,
'
filename
'
:
`<a href="
${
url
}
">
${
file
}
</a>`
})
})
if
(
isRunning
)
doneSteps
-=
1
;
...
...
Write
Preview
Supports
Markdown
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