Change review->change in zuul table
In the Zuul review table added to gerrit in hideci, replace the term "Review" with "Change" as it is more correct. Change-Id: I34010ef651d7c3d41eaa73ae17791806cf6b56ac
This commit is contained in:
parent
9a015b0d18
commit
c5fffb9f82
@ -414,7 +414,7 @@ var ci_zuul_display_status = function(status) {
|
|||||||
}
|
}
|
||||||
$(zuul_table).empty();
|
$(zuul_table).empty();
|
||||||
$(zuul_table).show();
|
$(zuul_table).show();
|
||||||
$(zuul_table).append("<tr><td class='header'>Review currently being tested (<a href='" + zuulStatusURL + "'>full status</a>)</td></tr>");
|
$(zuul_table).append("<tr><td class='header'>Change currently being tested (<a href='" + zuulStatusURL + "'>full status</a>)</td></tr>");
|
||||||
for (var i = 0; i < status.length; i++) {
|
for (var i = 0; i < status.length; i++) {
|
||||||
var item = status[i];
|
var item = status[i];
|
||||||
var pipeline = item.jobs[0].pipeline;
|
var pipeline = item.jobs[0].pipeline;
|
||||||
|
Loading…
Reference in New Issue
Block a user