Skip to content

Commit

Permalink
Prettier pre-bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 24, 2017
1 parent 2db575b commit d97fcf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions client/galaxy/scripts/apps/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ window.app = function app(options, bootstrapped) {
/** Routes */
var AdminRouter = Router.extend({
routes: {
"(/)admin(/)users" : "show_users",
"(/)admin(/)roles" : "show_roles",
"(/)admin(/)groups" : "show_groups",
"(/)admin(/)tool_versions" : "show_tool_versions",
"(/)admin(/)quotas" : "show_quotas",
"(/)admin(/)repositories" : "show_repositories",
"(/)admin(/)forms" : "show_forms",
"(/)admin(/)form(/)(:form_id)" : "show_form"
"(/)admin(/)users": "show_users",
"(/)admin(/)roles": "show_roles",
"(/)admin(/)groups": "show_groups",
"(/)admin(/)tool_versions": "show_tool_versions",
"(/)admin(/)quotas": "show_quotas",
"(/)admin(/)repositories": "show_repositories",
"(/)admin(/)forms": "show_forms",
"(/)admin(/)form(/)(:form_id)": "show_form"
},

authenticate: function(args, name) {
Expand Down Expand Up @@ -64,7 +64,8 @@ window.app = function app(options, bootstrapped) {
show_repositories: function() {
this.page.display(
new GridView({
url_base: Galaxy.root + "admin_toolshed/browse_repositories",
url_base:
Galaxy.root + "admin_toolshed/browse_repositories",
url_data: Galaxy.params,
dict_format: true
})
Expand Down
2 changes: 1 addition & 1 deletion static/scripts/bundled/admin.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit d97fcf3

Please sign in to comment.