manila-ui/manila_ui/dashboards/admin/shares/templates/shares/_unmanage_share.html

14 lines
423 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% blocktrans trimmed %}
When a share is "unmanaged", the share will no longer be visible within OpenStack.
Note that the share will not be deleted.
<br>
<br>
This is equivalent to the <tt>'manila unmanage'</tt> command.
{% endblocktrans %}
</p>
{% endblock %}