Skip to content

Commit

Permalink
Merge pull request #2017 from martenson/import-to-new-history
Browse files Browse the repository at this point in the history
libraries: add 'create history &import to it' feature
  • Loading branch information
dannon committed Mar 25, 2016
2 parents 0d5001e + ce1b9ae commit b9ccf17
Show file tree
Hide file tree
Showing 9 changed files with 298 additions and 280 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/library/library-dataset-view.js
Expand Up @@ -1039,7 +1039,7 @@ var LibraryDatasetView = Backbone.View.extend({

templateBulkImportInModal: function(){
return _.template([
'<span id="history_modal_combo_bulk" style="width:90%; margin-left: 1em; margin-right: 1em; ">',
'<span class="library-modal-item">',
'Select history: ',
'<select id="dataset_import_single" name="dataset_import_single" style="width:50%; margin-bottom: 1em; "> ',
'<% _.each(histories, function(history) { %>', //history select btn
Expand Down
556 changes: 284 additions & 272 deletions client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions client/galaxy/style/less/library.less
Expand Up @@ -240,6 +240,7 @@ span.expandLink {
width: 27em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}
.import-type-switch{
text-decoration: underline;
Expand All @@ -248,3 +249,8 @@ span.expandLink {
.libimport-select-all{
margin-left: 0.5em;
}
.library-modal-item{
width:90%;
margin-left: 1em;
margin-right: 1em;
}
2 changes: 1 addition & 1 deletion static/maps/mvc/library/library-dataset-view.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/maps/mvc/library/library-foldertoolbar-view.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/mvc/library/library-dataset-view.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/scripts/mvc/library/library-foldertoolbar-view.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/blue/base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/blue/library.css

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

0 comments on commit b9ccf17

Please sign in to comment.