Added leftover change in horizon

As requested from horizon team, added leftover change to heat-dashboard.
https://review.openstack.org/#/c/498838/
Above change is not included yet in heat-dashboard side because this
change added after heat-dashboard was born.

Change-Id: Ie8286bbbbdc6e9f6d7fe09dc4c4a24724f188eac
This commit is contained in:
kaz_shinohara 2017-12-07 09:53:15 +09:00
parent df9aa2193f
commit d2e18d288d
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,