console_view: Drop confusing column title after adding tags

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-03-24 17:30:19 +00:00
parent 1e0574966c
commit 921ce8f47c
3 changed files with 3 additions and 4 deletions

View File

@ -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