senlin-dashboard/senlin_dashboard/cluster
Liuqing Jing 610cc0e4d7 Fix empty Create/Update column in cluster/profile... tables
we use the filter parse_isotime
(https://github.com/openstack/horizon/blob/master/horizon/utils/filters.py#L32),
the function except string rather than datetime object.

But the python-openstack
(https://github.com/openstack/python-openstacksdk/blob/master/openstack/cluster/v1/profile.py#L44)
return datetime object parsed from ISO 8601 formatted string,
so we could remove the filter.

Change-Id: I55832284ef8716e7ea8f17ec34edc9ef9f5d02b7
Closes-Bug: #1566349
(cherry picked from commit e809df5b0a)
2016-04-06 00:02:13 -04:00
..
clusters Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
nodes Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
policies Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
profiles Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
receivers Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
templatetags Add detail view in profiles panel 2015-10-08 20:47:46 +09:00
__init__.py Add cluster dashboard 2015-08-26 09:21:00 +08:00
dashboard.py Add receivers panel 2016-02-03 11:58:58 -05:00