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