diff --git a/modules/openstack_project/files/zuul/status.js b/modules/openstack_project/files/zuul/status.js index 31054add80..5f8fa85d19 100644 --- a/modules/openstack_project/files/zuul/status.js +++ b/modules/openstack_project/files/zuul/status.js @@ -152,8 +152,8 @@ function get_sparkline_url(pipeline_name) { hideAxes: true, hideGrid: true, target: [ - "color(stats.gauges.zuul.pipeline."+pipeline_name+".current_changes, '6b8182')", - ], + "color(stats.gauges.zuul.pipeline."+pipeline_name+".current_changes, '6b8182')" + ] }); } return window.zuul_sparkline_urls[pipeline_name]; @@ -197,11 +197,11 @@ function format_pipeline(data) { } html += name + ''; } - html += '' + html += '
'; $.each(head, function(change_i, change) { html += format_change(change, change_queue); }); - html += '
' + html += ''; }); }); @@ -294,7 +294,7 @@ function format_change(change, change_queue) { // Job listing from here down html += '