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