Commit 609ac91e720af64fdeb983d717d2e6a04773bb4e

Authored by Kalutka Zhenya
1 parent 23ece9c2

Refactoring

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