summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/roles/templates/roles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/roles/templates/roles/index.html')
-rw-r--r--tuskar_ui/infrastructure/roles/templates/roles/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/tuskar_ui/infrastructure/roles/templates/roles/index.html b/tuskar_ui/infrastructure/roles/templates/roles/index.html
deleted file mode 100644
index b17ae230..00000000
--- a/tuskar_ui/infrastructure/roles/templates/roles/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends 'infrastructure/base.html' %}
-{% load i18n %}
-{% block title %}{% trans 'Deployment Roles' %}{% endblock %}
-
-{% block page_header %}
- {% include 'horizon/common/_items_count_domain_page_header.html' with title=_('Deployment Roles') %}
-{% endblock page_header %}
-
-{% block main %}
-<div class="row">
- <div class="col-xs-12">
- {{ table.render }}
- </div>
-</div>
-
-{% endblock %}