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