summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@redhat.com>2013-07-29 12:33:38 +0200
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:57 +0200
commit76d0f12fc1c08b6a39541d3227125a3e6d6fefa0 (patch)
treee19fc4495e38ec101c49099b3907e9a015803323
parentb60abd015eb72fe6b7923dee5705edf41c268c08 (diff)
downloadtuskar-ui-76d0f12fc1c08b6a39541d3227125a3e6d6fefa0.tar.gz
Remove list of Resource Classes from Flavor detail page
Change-Id: I99ea4dbca8751c0217d5f98d6433bb1cef6827a4
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/_detail_overview.html6
1 files changed, 0 insertions, 6 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 0b676742..ac637b0b 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
@@ -8,12 +8,6 @@
<dl>
<dt>{% trans "Name" %}</dt>
<dd>{{ flavor.name|default:_("None") }}</dd>
- <dt>{% trans "Classes" %}</dt>
- <dd>
- {% for resource_class in flavor.resource_classes %}
- <dd><a href="{% url 'horizon:infrastructure:resource_management:resource_classes:detail' resource_class.id%}">{{ resource_class.name }}</a></dd>
- {% endfor %}
- </dd>
<dt>{% trans "Instances" %}</dt>
<dd>{{ flavor.running_virtual_machines }}</dd>
</dl>