translate instance action of rescue and unrescue

Change-Id: If654eb65c79d7bfb8f6ce531f74057faade0cbf4
This commit is contained in:
pengyuesheng 2018-12-12 13:37:17 +08:00
parent 31116873f0
commit decf86d9f1
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ class AuditTable(tables.DataTable):
("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")),
("rescue", pgettext_lazy("Action log of an instance", u"Rescue")),
("unrescue", pgettext_lazy("Action log of an instance", u"Unrescue")),
)
request_id = tables.Column('request_id',