diff --git a/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js b/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js index a46531c102..f7abf562af 100644 --- a/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js +++ b/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js @@ -79,6 +79,8 @@ horizon.d3_pie_chart_distribution.init(); horizon.d3_pie_chart_usage.init(); + horizon.forms.datepicker(); + $('#datepicker').datepicker(); var line_chart_selector = '.line-chart'; var line_chart_data = [ diff --git a/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html b/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html index e1fab3bc05..b98c332465 100644 --- a/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html +++ b/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html @@ -676,6 +676,17 @@
Other Input Types +
+ +
+
+ + + + +
+
+