Merge "Translate instance action of lock and unlock and create image"

This commit is contained in:
Zuul 2019-05-22 05:00:12 +00:00 committed by Gerrit Code Review
commit 77d0abbf89
1 changed files with 4 additions and 0 deletions

View File

@ -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',