Add more actions to admin.

Admin can Rebulid and Shut off instance from instances in admin panel
for all project-member.

Change-Id: Ieab146b49a92f3527e34aacb0a9077a704151e3e
Closes-Bug: 1704833
This commit is contained in:
Ahmed Zaid 2017-12-11 18:12:35 +02:00
parent 846d269d90
commit 7d7de3b37f
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ class AdminInstancesTable(tables.DataTable):
LiveMigrateInstance,
project_tables.SoftRebootInstance,
project_tables.RebootInstance,
project_tables.RebuildInstance,
project_tables.StopInstance,
project_tables.DeleteInstance)