summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/nodes/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/nodes/detail.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/nodes/detail.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/nodes/detail.html b/tuskar_ui/infrastructure/templates/infrastructure/nodes/detail.html
deleted file mode 100644
index bbbe8fe1..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/nodes/detail.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends 'infrastructure/base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Node Details" %}{% endblock %}
-{% block page_header %}
-{% include "horizon/common/_page_header.html" %}
-{% endblock page_header %}
-{% block main %}
-<div class="row">
- <div class="col-sm-12">
- {{ tab_group.render }}
- </div>
-</div>
-{% endblock %} \ No newline at end of file