summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"