Browse Source

Refactoring

pull/4501/head
Kalutka Zhenya 5 years ago
parent
commit
609ac91e72
  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

@ -234,7 +234,7 @@ export class TimeseriesTableWidgetComponent extends PageComponent implements OnI
this.updateDatasources(); this.updateDatasources();
} }
public getTabLabel(source){ public getTabLabel(source: TimeseriesTableSource){
if(this.useDeviceLabel){ if(this.useDeviceLabel){
return source.datasource.entityLabel || source.datasource.entityName; return source.datasource.entityLabel || source.datasource.entityName;
} else { } else {

Loading…
Cancel
Save