mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
console_view: Drop confusing column title after adding tags
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1e0574966c
commit
921ce8f47c
|
@ -24,8 +24,7 @@
|
||||||
tr(ng-repeat="change in c.filtered_changes | orderBy: ['-when_timestamp'] track by change.changeid")
|
tr(ng-repeat="change in c.filtered_changes | orderBy: ['-when_timestamp'] track by change.changeid")
|
||||||
td
|
td
|
||||||
yoctochangedetails(change="change")
|
yoctochangedetails(change="change")
|
||||||
td.column(ng-repeat="builder in change.builders"
|
td.column(ng-repeat="builder in change.builders" colspan="{{builder.colspan}}")
|
||||||
title="{{builder.name}}" colspan="{{builder.colspan}}")
|
|
||||||
span(ng-repeat="build in builder.builds | orderBy: ['number']")
|
span(ng-repeat="build in builder.builds | orderBy: ['number']")
|
||||||
script(type="text/ng-template" id="buildsummarytooltip")
|
script(type="text/ng-template" id="buildsummarytooltip")
|
||||||
buildsummary(buildid="build.buildid" type="tooltip")
|
buildsummary(buildid="build.buildid" type="tooltip")
|
||||||
|
|
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