File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
workflow-center/workflow-editor Expand file tree Collapse file tree 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';
1010@NgModule ( {
1111 imports : [
1212 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 ,
1415 preloadingStrategy : PreloadAllModules
1516 // enableTracing: true
1617 } )
Original file line number Diff line number Diff line change 66 padding-bottom : 45px ;
77 display : inline-flex ;
88 width : 100% ;
9+
910 p {
1011 float : right ;
1112 }
13+
1214 .workflow-editor {
1315 flex : 3 ;
1416 }
1921 height : 100vh ;
2022 border : none ;
2123 #jsoneditor {
22- height : 100vh !important ;
24+ height : 100vh ;
2325 }
2426 .filter-line {
2527 margin-left : 0px ;
3133 }
3234 }
3335 }
34- div .jsoneditor jsoneditor-mode-code {
35- padding : 1px !important ;
36- }
3736}
You can’t perform that action at this time.
0 commit comments