Skip to content

Commit

Permalink
Show openid form in center panel
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 12, 2017
1 parent cf7cc19 commit e942e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/user.py
Expand Up @@ -71,7 +71,7 @@ class UserOpenIDGrid(grids.Grid):
grids.GridColumn("Created", key="create_time", format=time_ago),
]
global_actions = [
grids.GridAction("Add new account", url_args=dict(action="create_openid"))
grids.GridAction("Add new account", url_args=dict(action="create_openid"), target="center")
]
operations = [
grids.GridOperation("Delete", async_compatible=True),
Expand Down

0 comments on commit e942e4b

Please sign in to comment.