Merge pull request #9102 from ArtemDzhereleiko/AD/bug-fix/time-table/columns-display-title

Timeseries table widget columns display fixed columns name
This commit is contained in:
Igor Kulikov 2023-08-25 11:54:46 +03:00 committed by GitHub
commit 090a4fa2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -466,7 +466,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,