UI: get columns title by label

This commit is contained in:
Artem Dzhereleiko 2023-08-18 11:57:36 +03:00
parent 92b1cafd12
commit 5fcc06e028

View File

@ -460,7 +460,7 @@ export class TimeseriesTableWidgetComponent extends PageComponent implements OnI
} else if (value === 'actions') { } else if (value === 'actions') {
title = 'Actions'; title = 'Actions';
} else { } else {
title = header.dataKey.name; title = header.dataKey.label;
} }
return { return {
title, title,