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:
parent
df9aa2193f
commit
d2e18d288d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user