Merge pull request #2462 from alphagov/api-key-sort-order

Sort API keys alphabetically
This commit is contained in:
Chris Hill-Scott
2018-11-14 10:13:36 +00:00
committed by GitHub
8 changed files with 62 additions and 47 deletions

View File

@@ -37,7 +37,7 @@
<div class="body-copy-table">
{% call(item, row_number) list_table(
keys,
current_service.api_keys,
empty_message="You havent created any API keys yet",
caption="API keys",
caption_visible=false,