mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix representation of experiment workflow images [SCI-6431]
This commit is contained in:
parent
732e49d302
commit
5dd7ca2218
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ module Experiments
|
|||
splines: true,
|
||||
center: true,
|
||||
pack: true,
|
||||
bgcolor: Constants::COLOR_CONCRETE,
|
||||
mode: 'ipsep'
|
||||
bgcolor: Constants::COLOR_CONCRETE
|
||||
}
|
||||
@node_params = {
|
||||
color: Constants::COLOR_VOLCANO,
|
||||
|
|
Loading…
Reference in a new issue