summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/images/templates/images/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/images/templates/images/index.html')
-rw-r--r--openstack_dashboard/dashboards/admin/images/templates/images/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/admin/images/templates/images/index.html b/openstack_dashboard/dashboards/admin/images/templates/images/index.html
new file mode 100644
index 000000000..b82d33775
--- /dev/null
+++ b/openstack_dashboard/dashboards/admin/images/templates/images/index.html
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+{% load i18n %}
+{% block title %}{% trans "Images" %}{% endblock %}
+
+{% block page_header %}
+ {% include "horizon/common/_page_header.html" with title=_("Images") %}
+{% endblock page_header %}
+
+{% block main %}
+ {{ table.render }}
+{% endblock %}