mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-29 23:46:32 +08:00
Merge pull request #3789 from okriuchykhin/ok_SCI_6431
Fix representation of experiment workflow images [SCI-6431]
This commit is contained in:
commit
1fc6950e9e
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ module Experiments
|
||||||
splines: true,
|
splines: true,
|
||||||
center: true,
|
center: true,
|
||||||
pack: true,
|
pack: true,
|
||||||
bgcolor: Constants::COLOR_CONCRETE,
|
bgcolor: Constants::COLOR_CONCRETE
|
||||||
mode: 'ipsep'
|
|
||||||
}
|
}
|
||||||
@node_params = {
|
@node_params = {
|
||||||
color: Constants::COLOR_VOLCANO,
|
color: Constants::COLOR_VOLCANO,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue