diff --git a/openstack_dashboard/dashboards/project/stacks/tables.py b/openstack_dashboard/dashboards/project/stacks/tables.py index b543d0e70b..5301cc8b1b 100644 --- a/openstack_dashboard/dashboards/project/stacks/tables.py +++ b/openstack_dashboard/dashboards/project/stacks/tables.py @@ -288,11 +288,11 @@ class StacksTable(tables.DataTable): pagination_param = 'stack_marker' status_columns = ["status", ] row_class = StacksUpdateRow + table_actions_menu = (CheckStack, + SuspendStack, + ResumeStack,) table_actions = (LaunchStack, PreviewStack, - CheckStack, - SuspendStack, - ResumeStack, DeleteStack, StacksFilterAction,) row_actions = (CheckStack,