summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/networks/templates/networks/subnets/detail.html
diff options
context:
space:
mode:
authorGabriel Hurley <gabriel@strikeawe.com>2012-10-03 14:29:24 -0700
committerGabriel Hurley <gabriel@strikeawe.com>2012-10-03 14:29:24 -0700
commita058bfc1d61a033c8403524d95422a394b2a4d0d (patch)
treec265a6c577d242916804f9fcc7ac110f54339882 /horizon/dashboards/nova/networks/templates/networks/subnets/detail.html
parentb8c2634f658cbfb67703fa9e78e794110a25ef4e (diff)
downloadtuskar-ui-a058bfc1d61a033c8403524d95422a394b2a4d0d.tar.gz
Renames legacy dashboards.
The "Nova" dashboard is now "Project" and the "Syspanel" dashboard is now "Admin" to match the current real names of the dashboards which better match their purposes. Implements blueprint fix-legacy-dashboard-names Change-Id: I702aa0d54c4e3b0ac10db46e6d6ed32803919b7b
Diffstat (limited to 'horizon/dashboards/nova/networks/templates/networks/subnets/detail.html')
-rw-r--r--horizon/dashboards/nova/networks/templates/networks/subnets/detail.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/horizon/dashboards/nova/networks/templates/networks/subnets/detail.html b/horizon/dashboards/nova/networks/templates/networks/subnets/detail.html
deleted file mode 100644
index c4e35bd0..00000000
--- a/horizon/dashboards/nova/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 %}