test-server: Fix again
This commit is contained in:
parent
a70c336e80
commit
106c403125
1 changed files with 7 additions and 2 deletions
|
@ -58,8 +58,13 @@ const GetSVGLayoutConfiguration = () => {
|
||||||
MinWidth: 500,
|
MinWidth: 500,
|
||||||
Type: 'Chassis',
|
Type: 'Chassis',
|
||||||
TypeChildContainerDefault: 'Trou',
|
TypeChildContainerDefault: 'Trou',
|
||||||
Width: 0,
|
Width: 500,
|
||||||
XPositionReference: 0
|
XPositionReference: 0,
|
||||||
|
Style: {
|
||||||
|
fillOpacity: 0,
|
||||||
|
borderWidth: 2,
|
||||||
|
stroke: 'red'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
BodyColor: null,
|
BodyColor: null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue