File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/tf-image-dashboard Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 153
153
_getTags : function ( runToImages ) {
154
154
return _ . chain ( runToImages . base ) . values ( ) . flatten ( ) . union ( ) . value ( ) ;
155
155
} ,
156
- _getRuns ( runToImages ) {
156
+ _getRuns : function ( runToImages ) {
157
157
var r2i = runToImages . base ;
158
158
return _ . keys ( r2i ) . filter ( function ( x ) { return r2i [ x ] . length > 0 ; } ) ;
159
159
} ,
Original file line number Diff line number Diff line change @@ -7939,7 +7939,7 @@ <h3>Horizontal Axis</h3>
7939
7939
_getTags : function ( runToImages ) {
7940
7940
return _ . chain ( runToImages . base ) . values ( ) . flatten ( ) . union ( ) . value ( ) ;
7941
7941
} ,
7942
- _getRuns ( runToImages ) {
7942
+ _getRuns : function ( runToImages ) {
7943
7943
var r2i = runToImages . base ;
7944
7944
return _ . keys ( r2i ) . filter ( function ( x ) { return r2i [ x ] . length > 0 ; } ) ;
7945
7945
} ,
You can’t perform that action at this time.
0 commit comments