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
7 lines
210 B
HTML
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 %}
|