Merge "Added leftover change in horizon"

This commit is contained in:
Zuul 2017-12-07 01:53:38 +00:00 committed by Gerrit Code Review
commit 647c2cb9ba
1 changed files with 2 additions and 1 deletions

View File

@ -267,7 +267,8 @@ class StacksTable(tables.DataTable):
created = tables.Column("creation_time",
verbose_name=_("Created"),
filters=(filters.parse_isotime,
filters.timesince_or_never))
filters.timesince_sortable),
attrs={'data-type': 'timesince'})
updated = tables.Column("updated_time",
verbose_name=_("Updated"),
filters=(filters.parse_isotime,