DriverLog report UI tuning
Change-Id: I0b9ec9ff6b70f64d20c358ea4b2b92c8e406fd44
This commit is contained in:
@@ -190,15 +190,15 @@ function showSummary(base_url) {
|
||||
var master = tableData[i].releases[last_release];
|
||||
if (master.review_url) {
|
||||
tableData[i].ci_tested = "<a href=\"" + master.review_url +
|
||||
"\" target=\"_blank\" title=\"Click for details\"><span style=\"color: #008000\">✔</span></a>";
|
||||
"\" target=\"_blank\" title=\"CI is enabled on master. Click to see the latest results\"><span style=\"color: #00A000\">✔</span></a>";
|
||||
} else {
|
||||
tableData[i].ci_tested = "<span style=\"color: #808080\">✔</span>";
|
||||
tableData[i].ci_tested = "<span style=\"color: #909090\" title=\"CI is configured, but no results observed\">✔</span>";
|
||||
}
|
||||
} else {
|
||||
tableData[i].ci_tested = "<span style=\"color: #808080\">✔</span>";
|
||||
tableData[i].ci_tested = "<span style=\"color: #909090\" title=\"CI is configured, but no results observed\">✔</span>";
|
||||
}
|
||||
} else {
|
||||
tableData[i].ci_tested = "<span style=\"color: darkred\">✖</span>";
|
||||
tableData[i].ci_tested = "<span style=\"color: darkred\" title=\"CI is not configured\">✖</span>";
|
||||
}
|
||||
|
||||
var maintainers_list = [];
|
||||
|
Reference in New Issue
Block a user