File tree 2 files changed +5
-5
lines changed
workflow-center/workflow-editor
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ import { ROUTES } from './app.routes';
10
10
@NgModule ( {
11
11
imports : [
12
12
RouterModule . forRoot ( ROUTES , {
13
- useHash : Boolean ( history . pushState ) === false ,
13
+ //If we don't want to use hash mode, we need to change RackHD
14
+ useHash : Boolean ( history . pushState ) === true ,
14
15
preloadingStrategy : PreloadAllModules
15
16
// enableTracing: true
16
17
} )
Original file line number Diff line number Diff line change 6
6
padding-bottom : 45px ;
7
7
display : inline-flex ;
8
8
width : 100% ;
9
+
9
10
p {
10
11
float : right ;
11
12
}
13
+
12
14
.workflow-editor {
13
15
flex : 3 ;
14
16
}
19
21
height : 100vh ;
20
22
border : none ;
21
23
#jsoneditor {
22
- height : 100vh !important ;
24
+ height : 100vh ;
23
25
}
24
26
.filter-line {
25
27
margin-left : 0px ;
31
33
}
32
34
}
33
35
}
34
- div .jsoneditor jsoneditor-mode-code {
35
- padding : 1px !important ;
36
- }
37
36
}
You can’t perform that action at this time.
0 commit comments