mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
console_view: Drop obsolete wiki log link
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
58370aacf9
commit
67d9f4a4df
|
@ -424,10 +424,6 @@ class Console {
|
||||||
if ((buildset != null) && (buildset.parent_buildid != null)) {
|
if ((buildset != null) && (buildset.parent_buildid != null)) {
|
||||||
bid = buildset.parent_buildid;
|
bid = buildset.parent_buildid;
|
||||||
}
|
}
|
||||||
if (((change.bid != null) && (bid > change.bid)) || (change.bid == null)) {
|
|
||||||
change.bid = bid;
|
|
||||||
change.loglink = "https://wiki.yoctoproject.org/wiki/BuildLog#" + bid;
|
|
||||||
}
|
|
||||||
if ((build.properties != null ? build.properties.reason : undefined) != null) {
|
if ((build.properties != null ? build.properties.reason : undefined) != null) {
|
||||||
change.reason = build.properties.reason[0];
|
change.reason = build.properties.reason[0];
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,6 @@ div.yoctochangedetails(style="width:100%;")
|
||||||
| {{ change.caption }}
|
| {{ change.caption }}
|
||||||
a(ng-if="change.errorlink", ng-href="{{change.errorlink}}")
|
a(ng-if="change.errorlink", ng-href="{{change.errorlink}}")
|
||||||
| {{ "Errors" }}
|
| {{ "Errors" }}
|
||||||
a(ng-if="change.loglink", ng-href="{{change.loglink}}")
|
|
||||||
| {{ "WikiLog" }}
|
|
||||||
a(ng-if="change.publishurl", ng-href="{{change.publishurl}}")
|
a(ng-if="change.publishurl", ng-href="{{change.publishurl}}")
|
||||||
| {{ "Output" }}
|
| {{ "Output" }}
|
||||||
span(ng-if="!change.revlink", uib-tooltip="{{change.comments}}")
|
span(ng-if="!change.revlink", uib-tooltip="{{change.comments}}")
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user