horizon/openstack_dashboard/dashboards/project/api_access/templates/api_access/credentials.html
Rob Cresswell 6b2b22631b Make API Access a panel under compute
This patch moves the API Access view, from a tab on the Access
& Security panel to its own panel under the Compute panel group

Change-Id: I1e523ba2e7e959474c0fc77f8b6c42994a481081
Implements: blueprint reorganise-access-and-security
2017-01-31 01:01:29 +00:00

6 lines
116 B
HTML

{% extends 'base.html' %}
{% block main %}
{% include 'project/api_access/_credentials.html' %}
{% endblock %}