horizon/openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_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

7 lines
210 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body %}
{% trans "This action cannot be undone. Current EC2 credentials will be deleted and not recoverable." %}
{% endblock %}