~yolanda.robla/horizon/precise-security

« back to all changes in this revision

Viewing changes to horizon/horizon/dashboards/syspanel/templates/syspanel/instances/index.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-17 10:12:25 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120217101225-5wulil2mv7f2nvnb
Tags: 2012.1~e4~20120217.1354-0ubuntu1
* debian/patches/openstack-config-settings.patch: Refreshed.
* debian/copyright: Updated copyright.
* debian/rules: Diable tests since it doesnt work without a
  virtualenv.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
{% block title %}{% trans "Instances" %}{% endblock %}
4
4
 
5
5
{% block page_header %}
6
 
  {% include "horizon/common/_page_header.html" with title=_("Instances") %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("All Instances") %}
7
7
{% endblock page_header %}
8
8
 
9
9
{% block syspanel_main %}