Translate instance action of lock and unlock and create image
Change-Id: If407d8790ea22ce50a1ac33d26f6ec32f1ac3535
This commit is contained in:
parent
ddacaeba10
commit
9db663f17c
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user