summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html')
-rw-r--r--openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html
deleted file mode 100644
index c4e35bd0..00000000
--- a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends 'base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Subnet Detail"%}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Subnet Detail") %}
-{% endblock page_header %}
-
-{% block main %}
-<div id="row-fluid">
- <div class="span12">
- {{ tab_group.render }}
- </div>
-</div>
-{% endblock %}