horizon/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/_update_access.html

12 lines
408 B
HTML

{% extends "horizon/common/_modal_form_add_members.html" %}
{% load i18n %}
{% block modal-body %}
<div class="left">
{% include "horizon/common/_form_fields.html" %}
</div>
<div class="right">
<p>{% trans "Select the projects where the volume types will be used. If no projects are selected, then volume type will be only visible by users with the admin role." %}</p>
</div>
{% endblock %}