Skip to content

Commit

Permalink
Insert custom history-list view to accomodate copy dialog hack
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 7, 2017
1 parent 49ae97d commit 0fb1059
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 129 deletions.
3 changes: 2 additions & 1 deletion client/galaxy/scripts/apps/analysis.js
Expand Up @@ -11,6 +11,7 @@ var jQuery = require( 'jquery' ),
Tours = require( 'mvc/tours' ),
GridView = require( 'mvc/grid/grid-view' )
Workflows = require( 'mvc/workflow/workflow' ),
HistoryList = require( 'mvc/history/history-list' ),
WorkflowsConfigureMenu = require( 'mvc/workflow/workflow-configure-menu' );

/** define the 'Analyze Data'/analysis/main/home page for Galaxy
Expand Down Expand Up @@ -119,7 +120,7 @@ window.app = function app( options, bootstrapped ){
},

show_histories : function( action_id ) {
this.page.display( new GridView( { url_base: Galaxy.root + 'history/list', dict_format: true } ) );
this.page.display( new HistoryList.View() );
},

show_pages : function( action_id ) {
Expand Down
2 changes: 1 addition & 1 deletion static/scripts/bundled/admin.bundled.js

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/admin.bundled.js.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions 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.

12 changes: 6 additions & 6 deletions static/scripts/bundled/libs.bundled.js

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.

40 changes: 0 additions & 40 deletions templates/webapps/galaxy/history/grid.mako

This file was deleted.

65 changes: 0 additions & 65 deletions templates/webapps/galaxy/history/grid_js.mako

This file was deleted.

0 comments on commit 0fb1059

Please sign in to comment.