From bac80aeed291d12402220b92cd4854baef147a48 Mon Sep 17 00:00:00 2001 From: tinytmy Date: Thu, 13 Mar 2014 21:25:44 -0700 Subject: [PATCH] Hidden checkboxes in Availability Zones table Even if no action column in table Availability Zones, there still has checkboxes column. Change-Id: I5d352cf0482308976e36b61bf0a591d9815621c9 Closes-Bug:#1292329 --- openstack_dashboard/dashboards/admin/aggregates/tables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_dashboard/dashboards/admin/aggregates/tables.py b/openstack_dashboard/dashboards/admin/aggregates/tables.py index 4241142d08..50573f3aa7 100644 --- a/openstack_dashboard/dashboards/admin/aggregates/tables.py +++ b/openstack_dashboard/dashboards/admin/aggregates/tables.py @@ -125,3 +125,4 @@ class AvailabilityZonesTable(tables.DataTable): name = "availability_zones" verbose_name = _("Availability Zones") table_actions = (AggregateFilterAction,) + multi_select = False