summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/base_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/base_detail.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/base_detail.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/base_detail.html b/tuskar_ui/infrastructure/templates/infrastructure/base_detail.html
deleted file mode 100644
index 591c5362..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/base_detail.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends 'infrastructure/base.html' %}
-
-{% block main %}
-
-<div class="row">
- <div class="col-xs-12">
- {% block breadcrumbs %}{% endblock %}
-
- <div class="pull-right btn-toolbar">
- {% block actions %}{% endblock %}
- </div>
-
- <h3>{% block name %}{% endblock %}</h3>
- </div>
-</div>
-
-<div class="row">
- <div class="col-xs-12">
- <div class="pull-right">
- {% block overall_usage %}{% endblock %}
- </div>
-
- {{ tab_group.render }}
- </div>
-</div>
-
-{% endblock %}