From 5fcc06e028fbd80b5cf226e1d9e5ca7fccee5306 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 18 Aug 2023 11:57:36 +0300 Subject: [PATCH] UI: get columns title by label --- .../components/widget/lib/timeseries-table-widget.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/timeseries-table-widget.component.ts b/ui-ngx/src/app/modules/home/components/widget/lib/timeseries-table-widget.component.ts index d28fa2c98a..dbc278326c 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/timeseries-table-widget.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/timeseries-table-widget.component.ts @@ -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,