mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +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)) {
|
||||
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) {
|
||||
change.reason = build.properties.reason[0];
|
||||
}
|
||||
|
|
|
@ -4,8 +4,6 @@ div.yoctochangedetails(style="width:100%;")
|
|||
| {{ change.caption }}
|
||||
a(ng-if="change.errorlink", ng-href="{{change.errorlink}}")
|
||||
| {{ "Errors" }}
|
||||
a(ng-if="change.loglink", ng-href="{{change.loglink}}")
|
||||
| {{ "WikiLog" }}
|
||||
a(ng-if="change.publishurl", ng-href="{{change.publishurl}}")
|
||||
| {{ "Output" }}
|
||||
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