Translate instance action of lock and unlock and create image

Change-Id: If407d8790ea22ce50a1ac33d26f6ec32f1ac3535
This commit is contained in:
pengyuesheng 2019-04-12 09:47:16 +08:00
parent ddacaeba10
commit 9db663f17c
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',