summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html
blob: 4b4dad8663e765063d7cbfee7f2ccb97712eaaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Manage Volume Attachments" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Manage Volume Attachments") %}
{% endblock page_header %}

{% block main %}
    {% include 'project/volumes/_attach.html' %}
{% endblock %}