horizon/openstack_dashboard/dashboards/project/volume_groups/templates/volume_groups/_remove_vols.html

8 lines
256 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block title %}{{ page_title }}{% endblock %}
{% block modal-body %}
<p>{% trans "This action will unassign all volumes that are currently contained in this group." %}</p>
{% endblock %}