Skip to content

Commit

Permalink
Fix batchmode labels
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 2, 2016
1 parent 7eaf40e commit 1b3eaeb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions client/galaxy/scripts/mvc/ui/ui-select-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ var View = Backbone.View.extend({
}).set( options );
this.setElement( $( '<div/>' ).addClass( 'ui-select-content' ) );
this.button_product = new Ui.RadioButton.View( {
value : 'true',
data : [ { icon: 'fa fa-chain', value: 'true',
value : 'false',
data : [ { icon: 'fa fa-chain', value: 'false',
tooltip: 'Linked inputs will be run in matched order with other datasets e.g. use this for matching forward and reverse reads.' },
{ icon: 'fa fa-chain-broken', value: 'false',
{ icon: 'fa fa-chain-broken', value: 'true',
tooltip: 'Unlinked dataset inputs will be run against *all* other inputs.' } ] } );
var $batch_div = $( '<div/>' ).addClass( 'ui-form-info' )
.append( $( '<i/>' ).addClass( 'fa fa-sitemap' ) )
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/tool/tool-form-composite.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/maps/mvc/ui/ui-select-content.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 1b3eaeb

Please sign in to comment.