Merge "translate instance action of rescue and unrescue"

This commit is contained in:
Zuul 2018-12-12 21:37:35 +00:00 committed by Gerrit Code Review
commit 96234fdcee
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',