Commit cf356fa 1 parent d1826c4 commit cf356fa Copy full SHA for cf356fa
File tree 2 files changed +9
-9
lines changed
src/applications/stdcm/components/StdcmForm
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ const StdcmConfig = ({
125
125
126
126
useEffect ( ( ) => {
127
127
if ( ! isDebugMode ) {
128
- dispatch ( updateGridMarginAfter ( 35 ) ) ;
129
- dispatch ( updateGridMarginBefore ( 35 ) ) ;
128
+ dispatch ( updateGridMarginAfter ( 15 ) ) ;
129
+ dispatch ( updateGridMarginBefore ( 15 ) ) ;
130
130
dispatch ( updateStdcmStandardAllowance ( { type : 'time_per_distance' , value : 4.5 } ) ) ;
131
131
}
132
132
} , [ isDebugMode ] ) ;
Original file line number Diff line number Diff line change 5
5
"code" : " BC" ,
6
6
"endStop" : " " ,
7
7
"passageStop" : " " ,
8
- "startStop" : " 00:56 " ,
8
+ "startStop" : " 00:55 " ,
9
9
"weight" : " 400t" ,
10
10
"refEngine" : " "
11
11
},
14
14
"operationalPoint" : " Mid_West_station" ,
15
15
"code" : " BV" ,
16
16
"endStop" : " " ,
17
- "passageStop" : " 01:16 " ,
17
+ "passageStop" : " 01:15 " ,
18
18
"startStop" : " " ,
19
19
"weight" : " =" ,
20
20
"refEngine" : " ="
23
23
"index" : 3 ,
24
24
"operationalPoint" : " Mid_East_station" ,
25
25
"code" : " BV" ,
26
- "endStop" : " 01:22 " ,
26
+ "endStop" : " 01:21 " ,
27
27
"passageStop" : " 3 min" ,
28
- "startStop" : " 01:25 " ,
28
+ "startStop" : " 01:24 " ,
29
29
"weight" : " =" ,
30
30
"refEngine" : " ="
31
31
},
32
32
{
33
33
"index" : 4 ,
34
34
"operationalPoint" : " North_station" ,
35
35
"code" : " BV" ,
36
- "endStop" : " 01:33 " ,
36
+ "endStop" : " 01:32 " ,
37
37
"passageStop" : " 4 min" ,
38
- "startStop" : " 01:37 " ,
38
+ "startStop" : " 01:36 " ,
39
39
"weight" : " =" ,
40
40
"refEngine" : " ="
41
41
},
42
42
{
43
43
"index" : 5 ,
44
44
"operationalPoint" : " South_station" ,
45
45
"code" : " BV" ,
46
- "endStop" : " 01:40 " ,
46
+ "endStop" : " 01:39 " ,
47
47
"passageStop" : " " ,
48
48
"startStop" : " " ,
49
49
"weight" : " 400t" ,
You can’t perform that action at this time.
0 commit comments