senlin-dashboard/senlin_dashboard/cluster/clusters
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
..
templates/clusters Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
__init__.py Add cluster dashboard 2015-08-26 09:21:00 +08:00
forms.py Add `Manage Polices` row action for cluster 2016-02-20 07:09:20 -05:00
panel.py Add clusters table 2015-08-28 00:39:01 +08:00
tables.py Fix empty Create/Update column in cluster/profile... tables 2016-04-06 00:02:13 -04:00
tabs.py Add cluster nodes in cluster detail page 2016-02-19 02:02:59 -05:00
tests.py Add cluster nodes in cluster detail page 2016-02-19 02:02:59 -05:00
urls.py Add `Manage Polices` row action for cluster 2016-02-20 07:09:20 -05:00
views.py Add `Manage Polices` row action for cluster 2016-02-20 07:09:20 -05:00