Stop linking to jenkins in zuul status page
See I99bf3cfbcd92f65376638e00683574252e8bda02. Change-Id: I24d147003d85089ab740ebdc790ac545b9d5651d
This commit is contained in:
parent
380ed13d54
commit
0a28946607
@ -332,13 +332,7 @@ function format_change(change, change_queue) {
|
|||||||
result_class += " result_unstable";
|
result_class += " result_unstable";
|
||||||
}
|
}
|
||||||
html += '<span class="jobwrapper"><span class="job">';
|
html += '<span class="jobwrapper"><span class="job">';
|
||||||
if (job['url'] !== null) {
|
|
||||||
html += '<a href="'+job['url']+'">';
|
|
||||||
}
|
|
||||||
html += job['name'];
|
html += job['name'];
|
||||||
if (job['url'] !== null) {
|
|
||||||
html += '</a>';
|
|
||||||
}
|
|
||||||
html += ': ';
|
html += ': ';
|
||||||
if (job['result'] === null && job['url'] !== null) {
|
if (job['result'] === null && job['url'] !== null) {
|
||||||
html += format_progress(job['elapsed_time'], job['remaining_time']);
|
html += format_progress(job['elapsed_time'], job['remaining_time']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user