diff --git a/openstack_dashboard/dashboards/project/instances/audit_tables.py b/openstack_dashboard/dashboards/project/instances/audit_tables.py index 30773c7f22..d969d9acd5 100644 --- a/openstack_dashboard/dashboards/project/instances/audit_tables.py +++ b/openstack_dashboard/dashboards/project/instances/audit_tables.py @@ -34,6 +34,9 @@ class AuditTable(tables.DataTable): ("reboot", pgettext_lazy("Action log of an instance", u"Reboot")), ("stop", pgettext_lazy("Action log of an instance", u"Stop")), ("start", pgettext_lazy("Action log of an instance", u"Start")), + ("shelve", pgettext_lazy("Action log of an instance", u"Shelve")), + ("unshelve", pgettext_lazy("Action log of an instance", u"Unshelve")), + ("migrate", pgettext_lazy("Action log of an instance", u"Migrate")), ) request_id = tables.Column('request_id',