Merge "Instance Action Log miss-translate some actions"

This commit is contained in:
Zuul 2018-12-03 14:35:26 +00:00 committed by Gerrit Code Review
commit 9e50dfd32e
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ class AuditTable(tables.DataTable):
("reboot", pgettext_lazy("Action log of an instance", u"Reboot")),
("stop", pgettext_lazy("Action log of an instance", u"Stop")),
("start", pgettext_lazy("Action log of an instance", u"Start")),
("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")),
)
request_id = tables.Column('request_id',