Instance Action Log miss-translate some actions

Some actions of instance are missed in ACTION_DISPLAY_CHOICES,
like migrate/shelve/unshelve.

Change-Id: Ia1e40ae35b2fd31c146dc1f074b30822812fa051
Closes-Bug: #1804376
This commit is contained in:
Wangliangyu 2018-11-21 16:23:21 +08:00
parent c4515d1bf3
commit 9a820c4881
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',