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

« back to all changes in this revision

Viewing changes to debian/theme/ubuntu_theme.py

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2012-10-09 09:59:55 UTC
  • Revision ID: package-import@ubuntu.com-20121009095955-p56z2pt4a8xnzzyy
Tags: 2012.2-0ubuntu2
* debian/control: Set strict version requirements between python-django-horizon,
  openstack-dashboard, and openstack-ubuntu-theme. (LP: #1061961)
* debian/theme/css/ubuntu.css: Refreshed against Folsom. (LP: #1064420)
* debian/patches/add_juju_panel.patch: Update and refresh for Folsom
  compatability. (LP: #1064605)
* debian/patches/allow_alternate_css.patch: Remove unapplied, obsolete
  patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# openstack-dashboard-ubuntu-theme package, or remove this file.
5
5
TEMPLATE_DIRS = ('/usr/share/openstack-dashboard-ubuntu-theme/templates', )
6
6
 
 
7
# Enable a panel in the Settings dashboard to allow generation of Juju
 
8
# environment configuration.
 
9
ENABLE_JUJU_PANEL = True