~ubuntu-branches/ubuntu/quantal/horizon/quantal

« back to all changes in this revision

Viewing changes to horizon/dashboards/syspanel/images/templates/images/update.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2012-08-16 14:01:33 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120816140133-8b0f0fobvtg7wm0j
Tags: 2012.2~f3-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/patches/fix-ubuntu-tests.patch: Fix test suites again to
  run during the builds.
* debian/watch: Update.
* debian/control: Add python-glanceclient. (LP: #1030911)
* debian/openstack-dashboard.conf: Don't hijack apache's webroot. (LP:
  #1020313)
* debian/control: Update horizon deps to reflect reality.

[ Adam Gandelman ]
* debian/control: Bump required python-django version to 1.4.
* wrap-and-sort.
* Fix (LP: #1036571):
    - debian/rules, openstack-dashboard.{links, dirs, postinst}: Add required
      symlinks and directories to allow Horizon to function with the packaged
      lessc.
    - debian/control: Add python-{cinder, swift, quantum}client,
      python-django-openstack-auth, python-netaddr, python-compressor, lessc.
* debian/rules: Improve dh_auto_clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'syspanel/base.html' %}
 
1
{% extends 'base.html' %}
2
2
{% load i18n %}
3
3
 
4
4
{% block title %}{% trans "Update Image" %}{% endblock %}
7
7
  {% include "horizon/common/_page_header.html" with title=_("Update Image") %}
8
8
{% endblock page_header %}
9
9
 
10
 
{% block syspanel_main %}
 
10
{% block main %}
11
11
  {% include 'syspanel/images/_update.html' %}
12
12
{% endblock %}