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