UI: get columns title by label
This commit is contained in:
parent
92b1cafd12
commit
5fcc06e028
@ -460,7 +460,7 @@ export class TimeseriesTableWidgetComponent extends PageComponent implements OnI
|
||||
} else if (value === 'actions') {
|
||||
title = 'Actions';
|
||||
} else {
|
||||
title = header.dataKey.name;
|
||||
title = header.dataKey.label;
|
||||
}
|
||||
return {
|
||||
title,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user