Skip to content

Commit

Permalink
Re-add forms route
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 4, 2017
1 parent e04002f commit 323bc3d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions client/galaxy/scripts/apps/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ window.app = function app( options, bootstrapped ){
'(/)admin(/)groups' : 'show_groups',
'(/)admin(/)tool_versions' : 'show_tool_versions',
'(/)admin(/)quotas' : 'show_quotas',
'(/)admin(/)form(/)(:form_id)' : 'show_form',
'(/)admin(/)repositories' : 'show_repositories'
'(/)admin(/)repositories' : 'show_repositories',
'(/)admin(/)forms' : 'show_forms',
'(/)admin(/)form(/)(:form_id)' : 'show_form'
},

authenticate: function( args, name ) {
Expand Down
8 changes: 4 additions & 4 deletions static/scripts/bundled/admin.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/admin.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 323bc3d

Please sign in to comment.