~ubuntu-branches/ubuntu/raring/horizon/raring

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/admin/projects/templates/projects/index.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 08:49:14 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20121123084914-95m0mzmiicdw64ti
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/patches/add_juju_settings_pannel.patch: Disable during
  Grizzly dev. cycle. 

[ Chuck Short ]
* New upstream relase.
* Refreshed patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'base.html' %}
 
2
{% load i18n %}
 
3
{% block title %}Projects{% endblock %}
 
4
 
 
5
{% block page_header %}
 
6
  {% url horizon:admin:projects:index as refresh_link %}
 
7
  {# to make searchable false, just remove it from the include statement #}
 
8
  {% include "horizon/common/_page_header.html" with title=_("Projects") refresh_link=refresh_link searchable="true" %}
 
9
{% endblock page_header %}
 
10
 
 
11
{% block main %}
 
12
  {{ table.render }}
 
13
{% endblock %}