6b2b22631b
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
6 lines
116 B
HTML
6 lines
116 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block main %}
|
|
{% include 'project/api_access/_credentials.html' %}
|
|
{% endblock %}
|