Merge "Stop linking to jenkins in zuul status page"
This commit is contained in:
@@ -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']);
|
||||||
|
Reference in New Issue
Block a user