~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/volumes/templates/volumes/attach.html

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-06 16:53:28 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140306165328-w2vgmtfriqlhp27m
Tags: 1:2014.1~b3-0ubuntu1
* New upstream milestone release.
* d/static/*: Refreshed assets for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'base.html' %}
2
 
{% load i18n %}
3
 
{% block title %}{% trans "Manage Volume Attachments" %}{% endblock %}
4
 
 
5
 
{% block page_header %}
6
 
  {% include "horizon/common/_page_header.html" with title=_("Manage Volume Attachments") %}
7
 
{% endblock page_header %}
8
 
 
9
 
{% block main %}
10
 
    {% include 'project/volumes/_attach.html' %}
11
 
{% endblock %}