summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Tomasek <jtomasek@redhat.com>2013-07-26 16:40:32 +0200
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:57 +0200
commitd9c89f8641dc70ac430795e775bd8f6d5861e247 (patch)
treeffe94289e4a60db6f11719deed31d0da0a27e2c6
parent410f602735987c791c3a370d68372332c3e30e2f (diff)
downloadtuskar-ui-d9c89f8641dc70ac430795e775bd8f6d5861e247.tar.gz
RC table: rack name link to Rack detail, removed location from racks table
Change-Id: I3d09f0b65d0439a95c60903217369ce4f0d818d0
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/racks/tables.py1
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/tables.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/racks/tables.py b/openstack_dashboard/dashboards/infrastructure/resource_management/racks/tables.py
index d028b955..29f3fe3b 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/racks/tables.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/racks/tables.py
@@ -67,7 +67,6 @@ class RacksTable(tables.DataTable):
":racks:detail"),
verbose_name=_("Rack Name"))
subnet = tables.Column('subnet', verbose_name=_("IP Subnet"))
- location = tables.Column('location', verbose_name=_("Location"))
resource_class = tables.Column('resource_class',
verbose_name=_("Class"),
filters=(lambda resource_class:
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/tables.py b/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/tables.py
index c6e37bf6..3e0a7c5f 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/tables.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/tables.py
@@ -119,8 +119,6 @@ class RacksFilterAction(tables.FilterAction):
class RacksTable(racks_tables.RacksTable):
- name = tables.Column('name',
- verbose_name=_("Rack Name"))
class Meta:
name = "racks"