Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ITPDP2019
Gain.fam
api-server
Commits
e1bff6a8
Commit
e1bff6a8
authored
Jun 17, 2019
by
Magnus Holm Brunbjerg
Browse files
color fix
parent
b9b31683
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/index.js
View file @
e1bff6a8
...
...
@@ -128,7 +128,7 @@ app.route('/api/experiments/running')
let
inUse
=
false
// Test all active steps
for
(
let
n
=
0
;
n
<
steps
.
length
;
n
++
)
{
const
step
=
steps
[
n
]
const
step
=
steps
[
n
]
.
step
if
(
color
===
stepColors
[
step
])
{
inUse
=
true
}
...
...
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