summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/info/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/info/tables.py')
-rw-r--r--openstack_dashboard/dashboards/admin/info/tables.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack_dashboard/dashboards/admin/info/tables.py b/openstack_dashboard/dashboards/admin/info/tables.py
index 22543a5cb..d9be29697 100644
--- a/openstack_dashboard/dashboards/admin/info/tables.py
+++ b/openstack_dashboard/dashboards/admin/info/tables.py
@@ -111,7 +111,7 @@ class NovaServicesTable(tables.DataTable):
updated_at = tables.Column('updated_at',
verbose_name=pgettext_lazy(
'Time since the last update',
- u'Last Updated'),
+ 'Last Updated'),
filters=(utils_filters.parse_isotime,
filters.timesince))
@@ -135,7 +135,7 @@ class CinderServicesTable(tables.DataTable):
updated_at = tables.Column('updated_at',
verbose_name=pgettext_lazy(
'Time since the last update',
- u'Last Updated'),
+ 'Last Updated'),
filters=(utils_filters.parse_isotime,
filters.timesince))
@@ -209,7 +209,7 @@ class NetworkAgentsTable(tables.DataTable):
heartbeat_timestamp = tables.Column('heartbeat_timestamp',
verbose_name=pgettext_lazy(
'Time since the last update',
- u'Last Updated'),
+ 'Last Updated'),
filters=(utils_filters.parse_isotime,
filters.timesince))