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