Browse Source

UI: get columns title by label

pull/9102/head
Artem Dzhereleiko 3 years ago
parent
commit
5fcc06e028
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/timeseries-table-widget.component.ts

2
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,

Loading…
Cancel
Save