diff --git a/openstack_dashboard/dashboards/project/instances/audit_tables.py b/openstack_dashboard/dashboards/project/instances/audit_tables.py index 5950827b32cee75fed3619be3994504349b96883..74a59ce149c236d2cdd63b691cfbb4dce7522798 100644 --- a/openstack_dashboard/dashboards/project/instances/audit_tables.py +++ b/openstack_dashboard/dashboards/project/instances/audit_tables.py @@ -39,6 +39,10 @@ class AuditTable(tables.DataTable): ("migrate", pgettext_lazy("Action log of an instance", u"Migrate")), ("rescue", pgettext_lazy("Action log of an instance", u"Rescue")), ("unrescue", pgettext_lazy("Action log of an instance", u"Unrescue")), + ("lock", pgettext_lazy("Action log of an instance", u"Lock")), + ("unlock", pgettext_lazy("Action log of an instance", u"Unlock")), + ("createimage", pgettext_lazy("Action log of an instance", + u"Create Image")), ) request_id = tables.Column('request_id',