summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/templates/nova/containers/index.html
diff options
context:
space:
mode:
authorKe Wu <ke.wu@ibeca.me>2012-06-01 12:06:50 -0700
committerKe Wu <ke.wu@ibeca.me>2012-06-06 13:48:33 -0700
commit59e862e4226edadf01b84b6072c3cfecb4241415 (patch)
treee335ac2dc266d884b8d13a2b2814264ce59dc618 /horizon/dashboards/nova/templates/nova/containers/index.html
parentf6802a9058e74d7a3f4249c9ac5314705ae2a6f6 (diff)
downloadtuskar-ui-59e862e4226edadf01b84b6072c3cfecb4241415.tar.gz
Add Swift pseudo-folder support to Horizon.
Implements blueprint swift-folders. Change-Id: If29ad3cc1fcfb9b7bdb66d915a667f3363d38da0
Diffstat (limited to 'horizon/dashboards/nova/templates/nova/containers/index.html')
-rw-r--r--horizon/dashboards/nova/templates/nova/containers/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/horizon/dashboards/nova/templates/nova/containers/index.html b/horizon/dashboards/nova/templates/nova/containers/index.html
index c3f027c4..54140a92 100644
--- a/horizon/dashboards/nova/templates/nova/containers/index.html
+++ b/horizon/dashboards/nova/templates/nova/containers/index.html
@@ -3,9 +3,7 @@
{% block title %}Containers{% endblock %}
{% block page_header %}
- {% url horizon:nova:images_and_snapshots:images:index as refresh_link %}
- {# to make searchable false, just remove it from the include statement #}
- {% include "horizon/common/_page_header.html" with title=_("Containers") refresh_link=refresh_link searchable="true" %}
+ {% include "horizon/common/_page_header.html" with title=_("Containers") %}
{% endblock page_header %}
{% block dash_main %}