Add an index page for the API integration

This commit adds a placeholder page which, for now, just has links to
the API keys page and links to the clients.

There’s more stuff to come on this page, but this commit just does the
reorganising so that it’s easier to review.
This commit is contained in:
Chris Hill-Scott
2016-09-20 11:34:37 +01:00
parent c22eb0f081
commit d9cc936972
6 changed files with 67 additions and 18 deletions

View File

@@ -342,7 +342,7 @@ def test_menu_manage_api_keys(mocker,
assert url_for('main.service_settings', service_id=service_one['id']) not in page
assert url_for('main.show_all_services') not in page
assert url_for('main.api_keys', service_id=service_one['id']) in page
assert url_for('main.api_integration', service_id=service_one['id']) in page
def test_menu_all_services_for_platform_admin_user(mocker,