summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/index.html')
-rw-r--r--openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/index.html b/openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/index.html
deleted file mode 100644
index 6e9667eb..00000000
--- a/openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends 'base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Images & Snapshots" %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Images & Snapshots") %}
-{% endblock page_header %}
-
-{% block main %}
- <div class="images">
- {{ images_table.render }}
- </div>
- <div class="volume_snapshots">
- {{ volume_snapshots_table.render }}
- </div>
-{% endblock %}