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