~ubuntu-branches/ubuntu/utopic/horizon/utopic-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/create.html

  • Committer: Package Import Robot
  • Author(s): James Page, Chris Johnston, James Page
  • Date: 2014-10-03 17:54:18 UTC
  • mfrom: (0.4.1) (1.1.44) (70.1.2 utopic)
  • Revision ID: package-import@ubuntu.com-20141003175418-1jomx0azdvnl5fxz
Tags: 1:2014.2~rc1-0ubuntu1
[ Chris Johnston ]
* d/theme/css/ubuntu.css: Fix Ubuntu theme for Instances "more" dropdown
  (LP: #1308651).

[ James Page ]
* New upstream release candidate:
  - d/p/*: Refresh.
* d/watch: Use tarballs.openstack.org for upstream releases. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'base.html' %}
 
2
{% load i18n %}
 
3
 
 
4
{% block title %}{% trans "Create Spec" %}{% endblock %}
 
5
 
 
6
{% block page_header %}
 
7
  <h2>{% trans "Spec" %}: {{qos_spec_name}} </h2>
 
8
{% endblock page_header %}
 
9
 
 
10
{% block main %}
 
11
    {% include "admin/volumes/volume_types/qos_specs/_create.html" %}
 
12
{% endblock %}