File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -60,21 +60,14 @@ body {
60
60
}
61
61
62
62
# visualisation {
63
- overflow : auto ;
63
+ overflow : hidden ;
64
64
padding : 0 ;
65
+ height : 500px ;
65
66
}
66
67
67
- # graph svg {
68
+ # graph {
68
69
width : 100% ;
69
- }
70
-
71
- # graph svg polygon {
72
- stroke-width : 0 ;
73
- }
74
-
75
- # loading {
76
- width : 150px ;
77
- margin : 0 auto;
70
+ height : 100% ;
78
71
}
79
72
80
73
# download-gv {
Original file line number Diff line number Diff line change @@ -128,12 +128,9 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
128
128
< div class ="row ">
129
129
< div class ="col-md-12 ">
130
130
< div id ="visualisation " class ="jumbotron ">
131
- < div id ="loading ">
132
- < object id ="graph " th:data ="@{'/workflows/' + ${workflow.id} + '/graph/svg'} " type ="image/svg+xml ">
133
- < img th:src ="@{'/workflows/' + ${workflow.id} + '/graph/png'} " alt ="workflow graph " />
134
- </ object >
135
- </ div >
136
- < div id ="graph "> </ div >
131
+ < object id ="graph " th:data ="@{'/workflows/' + ${workflow.id} + '/graph/svg'} " type ="image/svg+xml ">
132
+ < img th:src ="@{'/workflows/' + ${workflow.id} + '/graph/png'} " alt ="workflow graph " />
133
+ </ object >
137
134
</ div >
138
135
< h2 > Inputs</ h2 >
139
136
< table class ="table table-striped table-hover ">
You can’t perform that action at this time.
0 commit comments