Skip to content

Commit

Permalink
Match existing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed May 21, 2018
1 parent ce2893d commit 5e9cd27
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/galaxy/webapps/galaxy/controllers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,9 @@ def get_value(self, trans, grid, user):
grids.GridOperation("Recalculate Disk Usage",
condition=(lambda item: not item.deleted),
allow_multiple=False),
grids.GridOperation(
"Generate New API Key",
allow_multiple=False,
async_compatible=True
)
grids.GridOperation("Generate New API Key",
allow_multiple=False,
async_compatible=True)

]
standard_filters = [
Expand Down

0 comments on commit 5e9cd27

Please sign in to comment.