From decf86d9f1ac0129dfb82d73d2f4b94887a83061 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Wed, 12 Dec 2018 13:37:17 +0800 Subject: [PATCH] translate instance action of rescue and unrescue Change-Id: If654eb65c79d7bfb8f6ce531f74057faade0cbf4 --- .../dashboards/project/instances/audit_tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_dashboard/dashboards/project/instances/audit_tables.py b/openstack_dashboard/dashboards/project/instances/audit_tables.py index d969d9acd5..5950827b32 100644 --- a/openstack_dashboard/dashboards/project/instances/audit_tables.py +++ b/openstack_dashboard/dashboards/project/instances/audit_tables.py @@ -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',