summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaromir Coufal <jcoufal@redhat.com>2013-07-17 17:06:47 +0200
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:56 +0200
commit8b5d401e5d29913b45e669d2587d4afd3715ce0f (patch)
tree8edc13ed9ec02531fee2f1dd81991985c288ce2a
parent3ead9f58987012f4a94f990f674cca4bc20767d5 (diff)
downloadtuskar-ui-8b5d401e5d29913b45e669d2587d4afd3715ce0f.tar.gz
Removed duplicated headings in views, added missing ones
Change-Id: I07b7677e7476b04ac4a89d313c3e80f7956fd7b1
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/_detail_overview.html2
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html2
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/unracked.html2
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/racks/_detail_overview.html2
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/_detail_overview.html2
5 files changed, 2 insertions, 8 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/_detail_overview.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/_detail_overview.html
index 3395198c..33db3100 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/_detail_overview.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/_detail_overview.html
@@ -1,8 +1,6 @@
{% load i18n sizeformat %}
{% load url from future %}
-<h3>{% trans "Flavor Overview" %}</h3>
-
<div class="info row-fluid detail">
<div class="span4">
<h4>{% trans "About" %}</h4>
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
index b31bf6e1..b8581b29 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
@@ -1,8 +1,6 @@
{% load i18n sizeformat %}
{% load url from future %}
-<h3>{% trans "Node Overview" %}</h3>
-
<div class="info row-fluid detail">
<div class="span4">
<h4>{% trans "About" %}</h4>
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/unracked.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/unracked.html
index af283afc..ed306389 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/unracked.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/unracked.html
@@ -7,6 +7,8 @@
{% endblock page_header %}
{% block main %}
+<h3>{% trans "Unracked Nodes" %}</h3>
+
<div class="row-fluid">
<div class="span12">
{{ table.render }}
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/racks/_detail_overview.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/racks/_detail_overview.html
index 21662f3d..4e785ecf 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/racks/_detail_overview.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/racks/_detail_overview.html
@@ -1,8 +1,6 @@
{% load i18n sizeformat %}
{% load url from future %}
-<h3>{% trans "Rack Overview" %}</h3>
-
<div class="info row-fluid detail">
<div class="span4">
<h4>{% trans "About" %}</h4>
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/_detail_overview.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/_detail_overview.html
index 8ad47fee..532b1cb1 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/_detail_overview.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/_detail_overview.html
@@ -1,8 +1,6 @@
{% load i18n sizeformat %}
{% load url from future %}
-<h3>{% trans "Resource Class Overview" %}</h3>
-
<div class="status row-fluid detail">
<div class="span4">
<h4>{% trans "About" %}</h4>