Skip to content

Commit 44f47ef

Browse files
authored
HParams: Stop passing controlsEnabled boolean to DataTable (#6468)
## Motivation for features / changes This boolean was removed in #6463. However, I forgot to remove it from being passed in the ScalarCardDataTable. This was caught in an internal build.
1 parent 5d338e2 commit 44f47ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorboard/webapp/metrics/views/card_renderer/scalar_card_data_table.ng.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
[header]="header"
3131
[sortingInfo]="sortingInfo"
3232
[hparamsEnabled]="hparamsEnabled"
33-
[controlsEnabled]="header.type !== ColumnHeaderType.COLOR"
3433
></tb-data-table-header-cell> </ng-container
3534
></ng-container>
3635

tensorboard/webapp/runs/views/runs_table/runs_data_table.ng.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
[header]="header"
4141
[sortingInfo]="sortingInfo"
4242
[hparamsEnabled]="true"
43-
[controlsEnabled]="header.type !== ColumnHeaderType.COLOR && header.type !== ColumnHeaderType.CUSTOM"
4443
(contextmenu)="openContextMenu($event, header)"
4544
>
4645
<ng-container [ngSwitch]="header.name">

0 commit comments

Comments
 (0)