From 0a289466079c9746657b0e597477cb3e2eb405d9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 15 Apr 2016 16:18:31 -0700 Subject: [PATCH] Stop linking to jenkins in zuul status page See I99bf3cfbcd92f65376638e00683574252e8bda02. Change-Id: I24d147003d85089ab740ebdc790ac545b9d5651d --- modules/openstack_project/templates/zuul/status.js.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/openstack_project/templates/zuul/status.js.erb b/modules/openstack_project/templates/zuul/status.js.erb index b811f963ac..9067b2911f 100644 --- a/modules/openstack_project/templates/zuul/status.js.erb +++ b/modules/openstack_project/templates/zuul/status.js.erb @@ -332,13 +332,7 @@ function format_change(change, change_queue) { result_class += " result_unstable"; } html += ''; - if (job['url'] !== null) { - html += ''; - } html += job['name']; - if (job['url'] !== null) { - html += ''; - } html += ': '; if (job['result'] === null && job['url'] !== null) { html += format_progress(job['elapsed_time'], job['remaining_time']);