Add OpenStack RC Download buttons to user menu
Adds the OpenStack RC Download buttons for keystone v2 and v3 to the user menu dropdown Change-Id: Ia1502f3f54e42ad0f18a8535871a27858a80e3d3 Implements: blueprint reorganise-access-and-security
This commit is contained in:
parent
6b2b22631b
commit
aa444a60b1
@ -34,6 +34,18 @@
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
<a href="{% url 'horizon:project:api_access:openrcv2' %}">
|
||||
<span class="fa fa-download"></span>
|
||||
{% trans "OpenStack RC File v2" %}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{% url 'horizon:project:api_access:openrc' %}">
|
||||
<span class="fa fa-download"></span>
|
||||
{% trans "OpenStack RC File v3" %}
|
||||
</a>
|
||||
</li>
|
||||
{% themes as available_themes %}
|
||||
{% if available_themes and available_themes|length > 1 %}
|
||||
<li class="divider"></li>
|
||||
|
Loading…
Reference in New Issue
Block a user