File tree Expand file tree Collapse file tree 9 files changed +37
-8
lines changed Expand file tree Collapse file tree 9 files changed +37
-8
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ body {
141
141
overflow : hidden;
142
142
padding : 0 ;
143
143
height : 500px ;
144
+ margin-bottom : 10px ;
144
145
}
145
146
146
147
@media (max-width : 767px ) {
@@ -183,6 +184,26 @@ body {
183
184
color : # c30000 ;
184
185
}
185
186
187
+
188
+ .legend {
189
+ list-style : none;
190
+ height : 30px ;
191
+ }
192
+ .legend li { float : right; margin-right : 15px ; }
193
+ .legend span {
194
+ border : 1px solid # ccc ;
195
+ float : left;
196
+ width : 20px ;
197
+ height : 15px ;
198
+ margin : 2px 4px 2px 2px ;
199
+ }
200
+
201
+ .legend .inputoutputs { background-color : # 94DDF4 ; }
202
+ .legend .tools { background-color : # FAFAD2 ; }
203
+ .legend .nestedworkflows { background-color : # F3CEA1 ; }
204
+ .legend .defaults { background-color : # D5AEFC ; }
205
+ .legend .selectednode { background-color : # B9FFBB ; }
206
+
186
207
tr .selected , .table-hover tbody tr .selected : hover td , .table-hover tbody tr .selected : hover th {
187
208
background-color : # b9ffbb !important ;
188
209
}
Original file line number Diff line number Diff line change 24
24
< meta charset ="UTF-8 " />
25
25
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
26
26
< title > Common Workflow Language Viewer</ title >
27
- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
27
+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
28
28
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
29
29
</ head >
30
30
< body >
Original file line number Diff line number Diff line change 20
20
21
21
< html xmlns:th ="http://www.thymeleaf.org ">
22
22
< head >
23
- < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
23
+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170616 .css " />
24
24
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
25
25
</ head >
26
26
< body >
Original file line number Diff line number Diff line change 20
20
21
21
< html xmlns:th ="http://www.thymeleaf.org ">
22
22
< head >
23
- < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
23
+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170616 .css " />
24
24
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
25
25
</ head >
26
26
< body >
Original file line number Diff line number Diff line change 20
20
21
21
< html lang ="en " xmlns:th ="http://www.thymeleaf.org ">
22
22
< head >
23
- < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
23
+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170616 .css " />
24
24
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
25
25
</ head >
26
26
< body >
Original file line number Diff line number Diff line change 23
23
< meta charset ="UTF-8 " />
24
24
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
25
25
< title > Common Workflow Language Viewer</ title >
26
- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
26
+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
27
27
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
28
28
</ head >
29
29
< body >
Original file line number Diff line number Diff line change 23
23
< meta charset ="UTF-8 " />
24
24
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
25
25
< title > Common Workflow Language Viewer</ title >
26
- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
26
+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
27
27
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
28
28
</ head >
29
29
< body >
Original file line number Diff line number Diff line change 29
29
< meta name ="twitter:image " th:content ="${appURL + '/workflows/' + workflow.id + '/graph/png'} " />
30
30
< title > Common Workflow Language Viewer</ title >
31
31
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
32
- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
32
+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
33
33
</ head >
34
34
< body >
35
35
@@ -165,6 +165,14 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
165
165
< img id ="selectParents " class ="graphControl " th:src ="@{/img/parents-logo.svg} " src ="../static/img/parents-logo.svg " alt ="parents " data-tooltip ="true " title ="Select All Parents " />
166
166
< div id ="graph " data-th-attr ="data-svgurl=@{'/workflows/' + ${workflow.id} + '/graph/svg'} "> </ div >
167
167
</ div >
168
+ < ul class ="legend ">
169
+ < li > < span class ="selectednode "> </ span > Selected</ li >
170
+ < li class ="hidden-xs "> |</ li >
171
+ < li > < span class ="defaults "> </ span > Default Values</ li >
172
+ < li > < span class ="nestedworkflows "> </ span > Nested Workflows</ li >
173
+ < li > < span class ="tools "> </ span > Tools</ li >
174
+ < li > < span class ="inputoutputs "> </ span > Inputs/Outputs</ li >
175
+ </ ul >
168
176
< div th:if ="${workflow.dockerLink != null} ">
169
177
< h2 style ="float:left; "> Requires: </ h2 >
170
178
< a th:unless ="${workflow.dockerLink == 'true'} " th:href ="${workflow.dockerLink} " rel ="noopener " target ="_blank ">
Original file line number Diff line number Diff line change 23
23
< meta charset ="UTF-8 " />
24
24
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
25
25
< title > Common Workflow Language Viewer</ title >
26
- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
26
+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
27
27
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
28
28
</ head >
29
29
< body >
You can’t perform that action at this time.
0 commit comments